Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelzoidl committed Aug 7, 2015
1 parent e79ae94 commit 4f680f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Add a `.babelrc` file and write:
## Example
```javascript
// Usually
import SomeExample from '../../../folder/file.js';
import SomeExample from '../../../some/example.js';

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

0 comments on commit 4f680f3

Please sign in to comment.