Skip to content

Commit 6b9c249

Browse files
docs: use named import in example
1 parent 6fe7f0f commit 6b9c249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ console.log(logo);
3535
Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:
3636

3737
```js
38-
import externalAssets from "rollup-plugin-external-assets";
38+
import { externalAssets } from "rollup-plugin-external-assets";
3939

4040
export default {
4141
input: "src/index.js",

0 commit comments

Comments
 (0)