From 11fedfaea9de0750979b6204ed6899fc7ef939dd Mon Sep 17 00:00:00 2001 From: Nikita Date: Sat, 28 Mar 2020 21:31:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be59af..261a082 100644 --- a/README.md +++ b/README.md @@ -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(); } }