We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba08c3 commit 3d84c07Copy full SHA for 3d84c07
1 file changed
component-model/src/tutorial.md
@@ -139,7 +139,7 @@ wasm-tools compose command.wasm -d composed.wasm -o final.wasm
139
## Running the calculator
140
141
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
+[`v14.0.0` or greater release](https://github.com/bytecodealliance/wasmtime/releases), as earlier releases of
143
the `wasmtime` command line do not include component model support.
144
145
```sh
0 commit comments