Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
double dashes might be understood to mean different things, so change…
… to --h
  • Loading branch information
yamachu authored and github-actions committed Sep 16, 2022
commit 7f216ace0b3ec791aaea87089770cd7d01dcc4ad
2 changes: 1 addition & 1 deletion src/mono/wasm/templates/templates/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ After building the application, the result is in the `bin/$(Configuration)/net7.
You can build the application from Visual Studio or by dotnet cli

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

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