We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccfe35 commit 11fedfaCopy full SHA for 11fedfa
1 file changed
README.md
@@ -42,7 +42,7 @@ static void Main(string[] args)
42
{
43
using (var context = new SampleContext())
44
45
- //6. Will not throw when UseInMemoryDatabase is used
+ //5. Will not throw when UseInMemoryDatabase is used
46
context.Database.MigrateIfSupported();
47
}
48
0 commit comments