Skip to content

Commit

Permalink
Update gettingStarted.md
Browse files Browse the repository at this point in the history
Fix import statement
  • Loading branch information
dhritzkiv authored and kossnocorp committed Nov 14, 2018
1 parent 7429e34 commit e58dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To use submodule features, [install the npm package](#npm) and then import a fun

```js
// The main submodule:
const addDays from 'date-fns/addDays'
import addDays from 'date-fns/addDays'

// FP variation:
import addDays from 'date-fns/fp/addDays'
Expand Down

0 comments on commit e58dd1a

Please sign in to comment.