Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 10, 2023
1 parent 39d0688 commit d7c87d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cargo build --target wasm32-unknown-unknown
> *Note*: You can also put a default target in `.cargo/config.toml`:
> ```toml
> [build]
> target = "wasm32-unknown-unknown"
> target = "wasm32-unknown-unknown"
> ```
This will put your compiled wasm in `target/wasm32-unknown-unknown/debug`.
Expand Down

0 comments on commit d7c87d0

Please sign in to comment.