From 0bf5861848a47ccb9ff37b47b58cb8a727f080e8 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Sun, 18 Jan 2026 16:37:15 +0200 Subject: [PATCH] Fix README broken link and typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56dbe7d..70cc187 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ good insight into the internals of the execution in a step-wise manner. ## CLI -You can simply use `cargo run` or build/intall the binary as follows: +You can simply use `cargo run` or build/install the binary as follows: ``` # to build in debug mode @@ -42,9 +42,9 @@ $ cargo run -- ## WASM -There are wasm bindings provided. For API documentation, see the `src/wasm.rs`a file. +There are wasm bindings provided. For API documentation, see the `src/wasm.rs` file. -To build the WASM bindings, [install wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) +To build the WASM bindings, [install wasm-pack](https://drager.github.io/wasm-pack/) and then run the following script: ```