Skip to content

Commit 15a30cd

Browse files
authored
Merge pull request #86 from bytecodealliance/jsturtevant-patch-1
Fix typo in doc
2 parents 74da9f7 + dd6a81b commit 15a30cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)