Skip to content

Commit 11fedfa

Browse files
Update README.md
1 parent 8ccfe35 commit 11fedfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static void Main(string[] args)
4242
{
4343
using (var context = new SampleContext())
4444
{
45-
//6. Will not throw when UseInMemoryDatabase is used
45+
//5. Will not throw when UseInMemoryDatabase is used
4646
context.Database.MigrateIfSupported();
4747
}
4848
}

0 commit comments

Comments
 (0)