fix(readme): remove uneeded feature flag

master
Ashley Williams 7 years ago
parent 05e4743c22
commit c7607e6d56
  1. 2
      README.md

@ -68,7 +68,7 @@ check out our [contribution policy].
3. Add this to the top of your `src/lib.rs`:
```rust
#![feature(use_extern_macros, wasm_import_module)]
#![feature(use_extern_macros)]
extern crate wasm_bindgen;

Loading…
Cancel
Save