diff --git a/docs/quickstarts/8_entity_framework.rst b/docs/quickstarts/8_entity_framework.rst index 8c48cc7785..43fae18cc0 100644 --- a/docs/quickstarts/8_entity_framework.rst +++ b/docs/quickstarts/8_entity_framework.rst @@ -60,7 +60,7 @@ It should look like this: Configuring the stores ^^^^^^^^^^^^^^^^^^^^^^ -The next step is to replace the current calls to ``AddInMemoryClients``, ``AddInMemoryIdentityResources``, and ``AddInMemoryApiResources`` in the ``Configure`` method in `Startup.cs`. +The next step is to replace the current calls to ``AddInMemoryClients``, ``AddInMemoryIdentityResources``, and ``AddInMemoryApiResources`` in the ``ConfigureServices`` method in `Startup.cs`. We will replace them with this code:: const string connectionString = @"Data Source=(LocalDb)\MSSQLLocalDB;database=IdentityServer4.Quickstart.EntityFramework-2.0.0;trusted_connection=yes;";