Skip to content

Commit

Permalink
docs(virtual): fix file name in readme (rollup#444)
Browse files Browse the repository at this point in the history
Fixed wrong file reference in example
  • Loading branch information
frank-dspeed authored and LarsDenBakker committed Sep 12, 2020
1 parent 2f12f51 commit e15e3a7
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 @@ -30,7 +30,7 @@ _Note. Use this plugin **before** any others such as node-resolve or commonjs, s
Suppose an entry file containing the snippet below exists at `src/entry.js`, and attempts to load `batman` and `src/robin.js` from memory:

```js
// src/input.js
// src/entry.js
import batman from 'batman';
import robin from './robin.js';

Expand Down

0 comments on commit e15e3a7

Please sign in to comment.