fix: fix mistakes in README.md documentation related to install command

This commit is contained in:
Stevan Freeborn
2026-03-25 21:01:29 -05:00
parent df648d924e
commit 528d64b6f9
+2 -2
View File
@@ -33,14 +33,14 @@ Requires Rust edition 2021 or later (Rust 1.56+).
Add the SDK to your project using Cargo: Add the SDK to your project using Cargo:
```sh ```sh
cargo add onspring cargo add onspring-api-sdk-rust
``` ```
Or add it directly to your `Cargo.toml`: Or add it directly to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
onspring = "0.1" onspring-api-sdk-rust = "<latest>"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
``` ```