Skip to content

Commit 17d7b79

Browse files
committed
docs: Keep it simple
No need a reference to a version here by running cargo add you would always get the latest version. Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent da054cf commit 17d7b79

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ An SDK written in Rust for the [Inference Gateway](https://github.com/edenreich/
1313

1414
## Installation
1515

16-
Add this to your `Cargo.toml` or run `cargo add inference-gateway-sdk`:
17-
18-
```toml
19-
[dependencies]
20-
inference-gateway-sdk = "0.1.0"
21-
```
16+
Run `cargo add inference-gateway-sdk`.
2217

2318
## Usage
2419

0 commit comments

Comments
 (0)