Skip to content

Commit

Permalink
docs(virtual): typo in virtual plugin readme (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrunchyjesus authored and shellscape committed Jan 2, 2020
1 parent 6284ebe commit f11c94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/virtual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ console.log(batman, robin);
Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:

```js
import virtual from 'rollup-plugin-virtual';
import virtual from '@rollup/plugin-virtual';

export default {
entry: 'src/entry.js',
Expand Down

0 comments on commit f11c94b

Please sign in to comment.