Skip to content

Commit 3d84c07

Browse files
authored
Fix link in tutorial.md
Minor fix: a missing backtick broke link rendering. This commit adds it.
1 parent 4ba08c3 commit 3d84c07

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)