Skip to content

Commit

Permalink
Merge pull request #188 from hultqvist/patch-1
Browse files Browse the repository at this point in the history
Updated descriptive text to match the change needed
  • Loading branch information
natemcmaster committed Jun 16, 2016
2 parents 9abc3b9 + 957187d commit 23a6868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/aspnetcore/existing-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To enable reverse engineering from an existing database we need to install a cou
* Run ``Install-Package Microsoft.EntityFrameworkCore.Tools –Pre``
* Run ``Install-Package Microsoft.EntityFrameworkCore.SqlServer.Design –Pre``
* Open **project.json**
* Locate the ``commands`` section and add the ``ef`` command as shown below
* Locate the ``tools`` section and add the highlighted lines as shown below

.. literalinclude:: sample/src/EFGetStarted.AspNetCore.NewDb/project.json
:linenos:
Expand Down

0 comments on commit 23a6868

Please sign in to comment.