Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 423a526

Browse files
author
Brandon Dail
committed
Fix import path for lib import example
1 parent 9cb698a commit 423a526

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
@@ -16,7 +16,7 @@ import { fadeIn } from 'react-animations'
1616
or you can import a specific animation directly
1717

1818
```js
19-
import fadeIn from 'react-animations/fadeIn'
19+
import fadeIn from 'react-animations/lib/fadeIn'
2020
```
2121

2222

0 commit comments

Comments
 (0)