diff --git a/guide/getting-started.md b/guide/getting-started.md index c09ae5e..ac78a2d 100644 --- a/guide/getting-started.md +++ b/guide/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`.