Skip to content

Commit

Permalink
docs: update README.md (#623)
Browse files Browse the repository at this point in the history
repair CircleCI badge
  • Loading branch information
tzimmermann authored May 12, 2023
1 parent 5d6311c commit e62483b
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 @@ -37,7 +37,7 @@ import Stick from 'react-stick'
| `updateOnAnimationFrame` | boolean | If set to `true`, will update the stick node position on every animation frame. Per default, it will only update on idle callback. |
| `component` | string | Pass any string-type React component that shall be rendered as the wrapper element around the children. Per default, `"div"` is used. |

[build-badge]: https://circleci.com/gh/signavio/react-stick/tree/master.svg?style=shield&circle-token=:circle-token
[build-badge]: https://dl.circleci.com/status-badge/img/gh/signavio/react-stick/tree/master.svg?style=svg
[build]: https://circleci.com/gh/signavio/react-stick/tree/master
[npm-badge]: https://img.shields.io/npm/v/react-stick.svg
[npm]: https://www.npmjs.org/package/react-stick
Expand Down

1 comment on commit e62483b

@vercel
Copy link

@vercel vercel bot commented on e62483b May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-stick – ./

react-stick-git-master-signavio.vercel.app
react-stick.vercel.app
react-stick-signavio.vercel.app

Please sign in to comment.