Skip to content

Commit

Permalink
docs: Fixed the import name in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed May 6, 2021
1 parent 8f61a22 commit 47df3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ Promise
# The plugin config

```javascript
import {wasmBindgenPlugin} from '@alorel/rollup-plugin-wasm-bindgen-web';
import {wasmBindgen} from '@alorel/rollup-plugin-wasm-bindgen-web';

export default {
// ... your config
plugins: [
wasmBindgenPlugin(config)
wasmBindgen(config)
]
}
```
Expand Down

0 comments on commit 47df3ac

Please sign in to comment.