Merge pull request #195 from steveklabnik/patch-1

Fix code example in README
master
Michael Gattozzi 7 years ago committed by GitHub
commit b0470b08e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -79,7 +79,7 @@ check out our [contribution policy].
```rust
#[wasm_bindgen]
extern {
fn alert(s: &str);
pub fn alert(s: &str);
}
#[wasm_bindgen]

Loading…
Cancel
Save