Skip to content

Commit 2d99ed7

Browse files
authored
Fix wasm template README (#75696)
* Fix typo * Remove unnecessary dotnet run arguments
1 parent 4cf1383 commit 2d99ed7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/mono/wasm/templates/templates/browser/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
## Build
44

5-
You can build the applcation from Visual Studio or by dotnet cli
5+
You can build the application from Visual Studio or by dotnet cli
66

77
```
8-
dotnet build -c Debug/Release -r browser-wasm
8+
dotnet build -c Debug/Release
99
```
1010

1111
After building the application, the result is in the `bin/$(Configuration)/net7.0/browser-wasm/AppBundle` directory.
1212

1313
## Run
1414

15-
You can build the applcation from Visual Studio or by dotnet cli
15+
You can build the application from Visual Studio or by dotnet cli
1616

1717
```
18-
dotnet run -c Debug/Release -r browser-wasm
18+
dotnet run -c Debug/Release
1919
```
2020

2121
Or you can start any static file server from the AppBundle directory

src/mono/wasm/templates/templates/console/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
## Build
44

5-
You can build the applcation from Visual Studio or by dotnet cli
5+
You can build the application from Visual Studio or by dotnet cli
66

77
```
8-
dotnet build -c Debug/Release -r browser-wasm
8+
dotnet build -c Debug/Release
99
```
1010

1111
After building the application, the result is in the `bin/$(Configuration)/net7.0/browser-wasm/AppBundle` directory.
1212

1313
## Run
1414

15-
You can build the applcation from Visual Studio or by dotnet cli
15+
You can build the application from Visual Studio or by dotnet cli
1616

1717
```
18-
dotnet run -c Debug/Release -r browser-wasm -h=nodejs
18+
dotnet run -c Debug/Release
1919
```
2020

2121
Or you can start any static file server from the AppBundle directory

0 commit comments

Comments
 (0)