Skip to content

Commit 137a70d

Browse files
Update first-web-api.md (#36098)
1 parent d4c41c5 commit 137a70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A NuGet package must be added to support the database used in this tutorial.
7979
dotnet new webapi --use-controllers -o TodoApi
8080
cd TodoApi
8181
dotnet add package Microsoft.EntityFrameworkCore.InMemory
82-
code -r ../TodoApi
82+
code -r .
8383
```
8484

8585
These commands:

0 commit comments

Comments
 (0)