diff --git a/README.md b/README.md index ddba765..6f44707 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Before you can use the Pinecone SDK, you must sign up for an account and find yo ## Installation -How to install - instruction for getting the package from crates.io +Run `cargo add pinecone-sdk` to add the crate as a dependency, or add the line `pinecone-sdk = "0.1.1"` to your Cargo.toml file under `[dependencies]`. More on the crate can be found [here](https://crates.io/crates/pinecone-sdk). ## Usage