Skip to content

Commit 09ad0a3

Browse files
Merge pull request #153 from miniyou/patch-1
Fix link in tutorial.md
2 parents 4ba08c3 + 3d84c07 commit 09ad0a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

component-model/src/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ wasm-tools compose command.wasm -d composed.wasm -o final.wasm
139139
## Running the calculator
140140

141141
Now it all adds up! Run the final component with the `wasmtime` CLI, ensuring you are using a
142-
[`v14.0.0 or greater release](https://github.com/bytecodealliance/wasmtime/releases), as earlier releases of
142+
[`v14.0.0` or greater release](https://github.com/bytecodealliance/wasmtime/releases), as earlier releases of
143143
the `wasmtime` command line do not include component model support.
144144

145145
```sh

0 commit comments

Comments
 (0)