diff options
author | CircleShift <kgunger12@gmail.com> | 2024-05-01 05:44:18 +0000 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2024-05-01 05:44:18 +0000 |
commit | d792ba35d3a6c6a293d6c1da4281b4ec643f457e (patch) | |
tree | cdeeaada84605392c2b1eef2e920c3fe63f9de96 | |
parent | 94e364b4dcfe4e8685cfc42ccde40856ff992eda (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ Utility library for creating and interacting with OpenSmarts compatible devices on embedded linux
-By default, OSm devices are either onboard, or networked. If onboard in an embedded linux environment, they should advertise themselves as a socket under the /run/osm/onboard directory. If on the network, they are accessable via port 1313.
+By default, OSm devices are either onboard, or networked. If onboard in an embedded linux environment, they should advertise themselves as a socket under the `/run/osm/onboard` directory. If on the network, they are accessable via port `1313`.
|