Skip to content

Commit

Permalink
Update README.md with package name (#14)
Browse files Browse the repository at this point in the history
* Update README.md with package name

* update version
  • Loading branch information
vvillait88 authored Sep 13, 2023
1 parent a3c598f commit 76f1db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@

## 🔧 Installation <a name="installation"></a>

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).
Expand Down

0 comments on commit 76f1db2

Please sign in to comment.