From 9e526a1194c6a165302db69cbd896eeafa3e8b61 Mon Sep 17 00:00:00 2001 From: nenoNaninu Date: Mon, 6 Oct 2025 12:20:54 +0900 Subject: [PATCH] Fix command syntax in README for asm option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 938e180..df5d935 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ const participants = await hubProxy.getParticipants() 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. ```bash -$ dotnet tsrts --project path/to/Project.csproj --output generated -asm true +$ dotnet tsrts --project path/to/Project.csproj --output generated --asm true ``` ## Supported Types