Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 19358d9

Browse files
AndriySvyryddavidfowl
authored andcommitted
Fix bullet numbering (#71)
1 parent a20a415 commit 19358d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1. Create BackEnd API project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ dotnet tool install --global dotnet-aspnet-codegenerator
143143
```
144144
145145
> Note: You will need to close and reopen the console window to be able to use this tool.
146-
1. Run the following in the project folder at the cmd line:
146+
2. Run the following in the project folder at the cmd line:
147147
```
148148
dotnet aspnet-codegenerator controller -api -name SpeakersController -m Speaker -dc BackEnd.Models.ApplicationDbContext -outDir Controllers
149149
```

0 commit comments

Comments
 (0)