Merge pull request #7 from johannhof/patch-1

Really fix bindings link in README.md
This commit is contained in:
Alex Crichton 2018-01-20 12:45:39 -06:00 committed by GitHub
commit 25faad9390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,11 +270,10 @@ wasm_bindgen! {
```
The generated JS bindings for this invocation of the macro [look like
this](bindings). You can view them in action like so:
this][bindings]. You can view them in action like so:
[bindings]: https://gist.github.com/b7dfa241208ee858d5473c406225080f
```html
<html>
<head>