Skip to content

Commit 57f2565

Browse files
authored
Update readme.md
1 parent 1e84b6c commit 57f2565

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
@@ -151,7 +151,7 @@ You'll find varying implementations under [/dist/addons](https://github.com/drcm
151151
```jsx
152152
import { TimingAnimation, Easing } from 'react-spring/dist/addons'
153153

154-
<Spring impl={TimingAnimation} config={{ delay: 200, duration: 1000, easing.linear }} ...>
154+
<Spring impl={TimingAnimation} config={{ delay: 200, duration: 1000, Easing.linear }} ...>
155155
```
156156

157157
#### Keyframes ([Demo](https://codesandbox.io/embed/zl35mrkqmm))

0 commit comments

Comments
 (0)