From 2ef2f0a9c886a0b472285a35976121ca0e346ff1 Mon Sep 17 00:00:00 2001 From: Jeff Bowman <10966749+InteXX@users.noreply.github.com> Date: Tue, 20 Jun 2023 04:28:17 -0800 Subject: [PATCH] Fix typo (#93) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a1fb8..87f7c9a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ After installing this package, you'll be able to [reverse engineer models](https Custom Templates ---------------- -VB templates are also available to [cusomize the reverse engineered code](https://learn.microsoft.com/ef/core/managing-schemas/scaffolding/templates). +VB templates are also available to [customize the reverse engineered code](https://learn.microsoft.com/ef/core/managing-schemas/scaffolding/templates). ```sh dotnet new install EntityFrameworkCore.VisualBasic.Templates