Browse Source

Update Readme.md

Added missing direction to the sentence
pull/12930/head
Hasan San 4 years ago
committed by GitHub
parent
commit
85de4ec3cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/app-nolayers/aspnet-core/README.md

2
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

Loading…
Cancel
Save