From 8b32042d9789ea6ecc3515dbf21ce6bb55d26dcb Mon Sep 17 00:00:00 2001 From: Chriest Yu Date: Wed, 19 Jun 2019 16:49:38 +0800 Subject: [PATCH] fix options doc about `target` in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33028ff..af899ca 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The following options can be added to the Webpack loader query: | ---- | ----------- | -------- | ------- | | `release` | Whether or not to pass the `--release` flag to cargo | false | false | | `path` | Path to your webpack output folder relative to project root | true | '' | -| `target` | Allows one to specify `wasm32-unknown-emscripten` as build target | false | 'wasm32-unknown-unknown' | +| `rustTarget` | Allows one to specify `wasm32-unknown-emscripten` as build target | false | 'wasm32-unknown-unknown' | ### Example