Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
docs(README): fix path in example (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nocke authored and michael-ciniawsky committed Sep 21, 2017
1 parent 5103367 commit e234bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ module.exports = {

**In your application**
```js
import txt from 'file.txt';
import txt from './file.txt';
```

### CLI
Expand Down

0 comments on commit e234bde

Please sign in to comment.