Skip to content

Commit 360ac22

Browse files
committed
fix options doc about target in README
1 parent a1abb7f commit 360ac22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following options can be added to the Webpack loader query:
6969
| ---- | ----------- | -------- | ------- |
7070
| `release` | Whether or not to pass the `--release` flag to cargo | false | false |
7171
| `path` | Path to your webpack output folder relative to project root | true | '' |
72-
| `target` | Allows one to specify `wasm32-unknown-emscripten` as build target | false | 'wasm32-unknown-unknown' |
72+
| `rustTarget` | Allows one to specify `wasm32-unknown-emscripten` as build target | false | 'wasm32-unknown-unknown' |
7373

7474
### Example
7575

0 commit comments

Comments
 (0)