Skip to content

Commit d5a8679

Browse files
authored
Update README.md
1 parent 187a492 commit d5a8679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Viam Rust Utils
2-
Generic utilities built in rust with use in various SDKs and beyond
2+
Utilities built in rust with use in various Viam SDKs and beyond
33

44
## (In)stability Notice
55

@@ -23,7 +23,7 @@ Next run the following command `curl --proto '=https' --tlsv1.2 -sSf https://sh.
2323
- `examples` A list of examples
2424

2525
## Getting Started
26-
The logic in this library is meant for use more generically with Viam's SDKs, Rust and otherwise. To learn more about using the logic contained here, see the `rust-sdk` or `python-sdk`.
26+
The logic in this library is meant for use with Viam's SDKs - Rust and otherwise - rather than as a standalone product. To learn more about using the logic contained here, see the [rust-sdk](https://www.github.com/viamrobots/viam-rust-sdk) or [python-sdk](https://www.github.com/viamrobots/viam-python-sdk).
2727
If you would like to verify that this code works, you can run one of the examples by navigation to the examples folder and run `cargo run --bin test-echo` (you will need to provide your own robot's credentials to do so, or see instructions below)
2828

2929
### Echo Streaming Example

0 commit comments

Comments
 (0)