diff --git a/Cargo.toml b/Cargo.toml index 53a9126..42d4d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peopledatalabs" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A Rust client for the People Data Labs API" documentation = "https://docs.peopledatalabs.com/docs/rust-sdk" diff --git a/README.md b/README.md index 7d43761..c88f505 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ ## 🔧 Installation -1. To use _peopledatalabs-rs_ SDK in your project initialize your Rust crate then run: +1. To use peopledatalabs SDK in your project initialize your Rust crate then run: ```bash -cargo add peopledatalabs-rs +cargo add peopledatalabs ``` 2. Sign up for a [free PDL API key](https://www.peopledatalabs.com/signup).