Skip to content

Commit d4644a3

Browse files
authored
Merge pull request #312 from nenoNaninu/nenoNaninu-patch-1
Fix command syntax in README for asm option
2 parents a35d527 + 9e526a1 commit d4644a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)