Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitasavinov authored Mar 28, 2020
1 parent 8ccfe35 commit 11fedfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void Main(string[] args)
{
using (var context = new SampleContext())
{
//6. Will not throw when UseInMemoryDatabase is used
//5. Will not throw when UseInMemoryDatabase is used
context.Database.MigrateIfSupported();
}
}
Expand Down

0 comments on commit 11fedfa

Please sign in to comment.