Skip to content

Commit

Permalink
update keywords and homepage in cargo.toml && readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Jun 5, 2024
1 parent fe3491e commit 9bf06c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "clerk-rs"
version = "0.3.0"
authors = ["DarrenBaldwin07"]
description = "An unofficial Rust SDK for the Clerk API"
description = "The official community Rust SDK for the Clerk API"
repository = "https://github.com/Cincinnati-Ventures/clerk-rs"
homepage = "https://cincinnati.ventures"
keywords = ["clerk", "auth", "sdk"]
homepage = "https://github.com/Cincinnati-Ventures/clerk-rs"
keywords = ["clerk", "auth", "actix", "axum", "sdk"]
license = "MIT"
edition = "2021"

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
alt="download count badge" />
</a>

# An unofficial Clerk SDK for Rust
# A official community-maintained Clerk SDK for Rust

For more detailed documentation, please reference the below links:

Expand Down Expand Up @@ -118,6 +118,4 @@ async fn main() -> std::io::Result<()> {
- [Gitar](https://gitar.co)
- Open a PR and add your company here :)

> Note: This SDK is completely maintained by the Rust community and is by no means affiliated with Clerk.dev.
</br>

0 comments on commit 9bf06c7

Please sign in to comment.