diff --git a/README.md b/README.md index d720e96..26eb6eb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,11 @@ See the [Pinecone API Docs](https://docs.pinecone.io/reference/) for more inform ## Upgrading your client -tktk +To upgrade your client to the latest version, run: + +```shell +go get -u github.com/pinecone-io/go-pinecone/pinecone@latest +``` ## Prerequisites