Skip to content

Commit

Permalink
Updating link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Nov 1, 2021
1 parent 3d15802 commit 2877cfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/).

## [5.0.1] 2021-10-29

### Added

- `onAnimationStart` is now called with the definition of the triggering animation.

### Fixed

- Removing context memoisation to ensure removed values are correctly animated to.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const MyComponent = ({ isVisible }) => (

Check out [our documentation](https://www.framer.com/docs/) for guides and a full API reference.

Or checkout [our examples](https://framer.com/motion) for inspiration.
Or checkout [our examples](https://www.framer.com/docs/examples/) for inspiration.

### 🛠 Contribute

Expand Down

0 comments on commit 2877cfd

Please sign in to comment.