Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam authored Oct 29, 2020
1 parent 9d0ce6a commit 277e2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Installation
The latest stable version is available on [NuGet](https://www.nuget.org/packages/EntityFrameworkCore.ConfigurationManager).

```sh
dotnet add package EntityFrameworkCore.SqlServer.HierarchyId
dotnet add package EntityFrameworkCore.ConfigurationManager
```

Usage
Expand Down Expand Up @@ -44,4 +44,4 @@ Scaffold-DbContext Name=MyConnection Microsoft.EntityFrameworkCore.Sqlite

```sh
dotnet ef dbcontext scaffold Name=MyConnection Microsoft.EntityFrameworkCore.Sqlite
```
```

0 comments on commit 277e2de

Please sign in to comment.