Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a2af493

Browse files
Extra period
1 parent f5bc5da commit a2af493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/smart-rollup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ TODO Could we install some of the tools in the docker container instead of makin
168168

169169
To verify that `wabt` is installed, run the command `wasm-strip --version` and verify that the version is at least 1.0.31.
170170
If not, you can download this version directly and extract its files: https://github.com/WebAssembly/wabt/releases/tag/1.0.31.
171-
Then, whenever you have to use `wasm-strip`, you can use `.<path_to_wabt_1.0.31>/bin/wasm-strip` instead.
171+
Then, whenever you have to use `wasm-strip`, you can use `<path_to_wabt_1.0.31>/bin/wasm-strip` instead.
172172

173173
## Tutorial application
174174

0 commit comments

Comments
 (0)