Skip to content

Commit 3d705f2

Browse files
authored
Removed extraneous space
Otherwise the terminal will try to interpret --
1 parent f7bddd0 commit 3d705f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If you aren't using Visual Studio, the scaffolding shown in this clip is somethi
129129

130130
```
131131
dotnet aspnet-codegenerator controller -api -name RestaurantsController
132-
-- model OdeToFood.Core.Restaurant --dataContext OdeToFood.Data.OdeToFoodDbContext
132+
--model OdeToFood.Core.Restaurant --dataContext OdeToFood.Data.OdeToFoodDbContext
133133
```
134134
Note the `-api` switch uses a single dash.
135135

0 commit comments

Comments
 (0)