Skip to content

Commit 135317c

Browse files
authored
Update README.md
1 parent e80b3a3 commit 135317c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install instructions on Ubuntu 22.04
1616
sudo apt-get install curl
1717
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
1818
. "$HOME/.cargo/env"
19-
rustup target add wasm32-unknown-unknown`
19+
rustup target add wasm32-unknown-unknown
2020
cargo build --target wasm32-unknown-unknown --release
2121
cargo install --locked trunk
2222
trunk serve --open

0 commit comments

Comments
 (0)