Skip to content

Commit

Permalink
fix(readme): update readme with new features decl
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jul 24, 2018
1 parent 20d7526 commit 2305bda
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 @@ -68,7 +68,7 @@ check out our [contribution policy].
3. Add this to the top of your `src/lib.rs`:

```rust
#![feature(proc_macro, wasm_import_module, wasm_custom_section)]
#![feature(use_extern_macros, wasm_import_module)]

extern crate wasm_bindgen;

Expand Down

0 comments on commit 2305bda

Please sign in to comment.