diff --git a/Cargo.toml b/Cargo.toml index e9a52f6..2a765af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passage_flex" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["support@passage.id"] description = "Provides verification of server-side authentication for applications using Passage Passkey Flex" diff --git a/README.md b/README.md index 0beadb8..53fe559 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Passkey Flex provides passkey support for existing authentication systems. It ab The `passage_flex` Rust crate allows for verification of server-side authentication for applications using [Passage Passkey Flex](https://passage.id). -For full documentation, visit theĀ [Passkey Flex documentation here](https://docs-v2.passage.id/flex). +For full documentation, visit the [Passkey Flex Docs](https://docs-v2.passage.id/flex) and [Docs.rs](https://docs.rs/passage_flex/latest/passage_flex/) pages. ## Installation