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

Commit e234bde

Browse files
nockemichael-ciniawsky
authored andcommitted
docs(README): fix path in example (#35)
1 parent 5103367 commit e234bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242

4343
**In your application**
4444
```js
45-
import txt from 'file.txt';
45+
import txt from './file.txt';
4646
```
4747

4848
### CLI

0 commit comments

Comments
 (0)