diff --git a/guides/getting-started.md b/guides/getting-started.md index 7a313b4..6a22854 100644 --- a/guides/getting-started.md +++ b/guides/getting-started.md @@ -12,8 +12,8 @@ If you don't want to start from one of the recommended samples, you'll need to: - **Update your `.csproj` file** to reference the latest `OpenIddict` packages: ```xml - - + + ``` - **Configure the OpenIddict core, server and validation services** in `Startup.ConfigureServices`.