diff --git a/README.md b/README.md index a98dbca..fad80bb 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Add to your `Cargo.toml`: ```toml -yew-oauth2 = "0.8" +yew-oauth2 = "0.9" ``` By default, the `router` integration is disabled, you can enable it using: ```toml -yew-oauth2 = { version = "0.8", features = ["router"] } +yew-oauth2 = { version = "0.9", features = ["router"] } ``` ## OpenID Connect