Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mono/wasm/templates/templates/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Build

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet build -c Debug/Release -r browser-wasm
Expand All @@ -12,7 +12,7 @@ After building the application, the result is in the `bin/$(Configuration)/net7.

## Run

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet run -c Debug/Release -r browser-wasm
Expand Down
6 changes: 3 additions & 3 deletions src/mono/wasm/templates/templates/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Build

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet build -c Debug/Release -r browser-wasm
Expand All @@ -12,10 +12,10 @@ After building the application, the result is in the `bin/$(Configuration)/net7.

## Run

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet run -c Debug/Release -r browser-wasm -h=nodejs
dotnet run -c Debug/Release -r browser-wasm -- -h=node
```

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