We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79ae94 commit 4f680f3Copy full SHA for 4f680f3
README.md
@@ -19,8 +19,8 @@ Add a `.babelrc` file and write:
19
## Example
20
```javascript
21
// Usually
22
-import SomeExample from '../../../folder/file.js';
+import SomeExample from '../../../some/example.js';
23
24
// With Babel-Root-Importer
25
-import SomeExample from '~/folder/file.js';
+import SomeExample from '~/some/example.js';
26
```
0 commit comments