Skip to content

Commit dd6a81b

Browse files
authored
Fix typo in doc
1 parent 74da9f7 commit dd6a81b

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
@@ -177,7 +177,7 @@ While you can run wac manually, you can also generate this automatically. One w
177177
</PropertyGroup>
178178

179179
<MakeDir Directories="dist" />
180-
<Exec Command="$(WacExe) plug $(EntrypointComponent) --plug $(DependencyComponent)" -o dist/calculator.wasm />
180+
<Exec Command="$(WacExe) plug $(EntrypointComponent) --plug $(DependencyComponent) -o dist/calculator.wasm" />
181181
</Target>
182182
```
183183

0 commit comments

Comments
 (0)