Skip to content

Commit

Permalink
toml not yaml :)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 10, 2023
1 parent d736bf4 commit 39d0688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Since we don't need any system access for this, we can compile this to the light
cargo build --target wasm32-unknown-unknown
```

> *Note*: You can also put a default target in `.cargo/config.yml`:
> ```yaml
> *Note*: You can also put a default target in `.cargo/config.toml`:
> ```toml
> [build]
> target = "wasm32-unknown-unknown"
> ```
Expand Down

0 comments on commit 39d0688

Please sign in to comment.