Skip to content

Commit 2efaa08

Browse files
author
Jason Jarrett
committed
updating commands based on changes
1 parent 55b48d0 commit 2efaa08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This is a vanilla `File -> New Project -> MVC Internet Website` project with a g
99

1010
### Get the type definitions out of your MVC project
1111

12-
ToTypeScriptD SampleWebAPI\bin\SampleWebAPI.dll
12+
ToTypeScriptD dotnet SampleWebAPI\bin\SampleWebAPI.dll
1313

1414
### Save the output to a file
1515

16-
ToTypeScriptD SampleWebAPI\bin\SampleWebAPI.dll > SampleWebAPITypeDefinitions.d.ts
16+
ToTypeScriptD dotnet SampleWebAPI\bin\SampleWebAPI.dll > SampleWebAPITypeDefinitions.d.ts
1717

1818
### Only get types in a specific namespace
1919

20-
ToTypeScriptD SampleWebAPI\bin\SampleWebAPI.dll --regexFilter "SampleWebAPI.Controllers"
20+
ToTypeScriptD dotnet SampleWebAPI\bin\SampleWebAPI.dll --regexFilter "SampleWebAPI.Controllers"

0 commit comments

Comments
 (0)