Skip to content

Commit

Permalink
fix(docs): fix single-function import example
Browse files Browse the repository at this point in the history
Closes #54
  • Loading branch information
EricCrosson committed Jan 22, 2022
1 parent ae8d600 commit 9ecb6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const end = D.add('day', 1, start)
Or just import the functions you need

``` typescript
import { add } from 'od/lib/add'
import { add } from 'od/src/lib/add'
```

## Documentation
Expand Down

0 comments on commit 9ecb6f3

Please sign in to comment.