diff --git a/README.md b/README.md index 704279e8..cb5fb260 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ with the power to control who can access your API and the information that is ex > **Samples for ASP.NET Core 1.x can be found [in the master branch of the samples repository](https://github.com/openiddict/openiddict-samples/tree/master)**. -## Migrating to OpenIddict RC2? +## Migrating to OpenIddict RC3? **Before updating your application, read [the migration guide](https://openiddict.github.io/openiddict-documentation/guide/migration.html)**. @@ -54,9 +54,8 @@ To use OpenIddict, you need to: - **Update your `.csproj` file** to reference the `OpenIddict` packages: ```xml - - - + + ``` - **Configure the OpenIddict services** in `Startup.ConfigureServices`: