Skip to content

Commit 9e526a1

Browse files
authored
Fix command syntax in README for asm option
1 parent a35d527 commit 9e526a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ const participants = await hubProxy.getParticipants()
233233
By default, only types defined in the project specified by the --project option are targeted for transpiling. By passing the --asm true option, types contained in project/package reference assemblies will also be targeted for transpiling.
234234

235235
```bash
236-
$ dotnet tsrts --project path/to/Project.csproj --output generated -asm true
236+
$ dotnet tsrts --project path/to/Project.csproj --output generated --asm true
237237
```
238238

239239
## Supported Types

0 commit comments

Comments
 (0)