From 85de4ec3cdff37d80229325f2f09930ce7fa4600 Mon Sep 17 00:00:00 2001 From: Hasan San Date: Wed, 8 Jun 2022 01:00:39 +0100 Subject: [PATCH] Update Readme.md Added missing direction to the sentence --- templates/app-nolayers/aspnet-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app-nolayers/aspnet-core/README.md b/templates/app-nolayers/aspnet-core/README.md index 0e9a53b6b5..9e142b3119 100644 --- a/templates/app-nolayers/aspnet-core/README.md +++ b/templates/app-nolayers/aspnet-core/README.md @@ -4,7 +4,7 @@ This is a minimalist, non-layered startup solution with the ABP Framework. All t ## How to run -The application needs to a database. Run the following command in the `MyCompanyName.MyProjectName` directory: +The application needs to connect to a database. Run the following command in the `MyCompanyName.MyProjectName` directory: ````bash dotnet run --migrate-database