Skip to content

Commit 4f680f3

Browse files
author
michaelzoidl
committed
Update README
1 parent e79ae94 commit 4f680f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Add a `.babelrc` file and write:
1919
## Example
2020
```javascript
2121
// Usually
22-
import SomeExample from '../../../folder/file.js';
22+
import SomeExample from '../../../some/example.js';
2323

2424
// With Babel-Root-Importer
25-
import SomeExample from '~/folder/file.js';
25+
import SomeExample from '~/some/example.js';
2626
```

0 commit comments

Comments
 (0)