Skip to content

Commit 2b856c7

Browse files
RoboRoyaldrcmda
authored andcommitted
Update readme.md (pmndrs#567)
Made minor cosmetic changes and deleted broken link
1 parent feb2006 commit 2b856c7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

readme.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010

1111
This library represents a modern approach to animation. It is very much inspired by Christopher Chedeau's [animated](https://github.com/animatedjs/animated) and Cheng Lou's [react-motion](https://github.com/chenglou/react-motion). It inherits animated's powerful interpolations and performance, as well as react-motion's ease of use. But while animated is mostly imperative and react-motion mostly declarative, react-spring bridges both. You will be surprised how easy static data is cast into motion with small, explicit utility functions that don't necessarily affect how you form your views.
1212

13-
[![Build Status](https://travis-ci.org/drcmda/react-spring.svg?branch=master)](https://travis-ci.org/drcmda/react-spring) [![npm version](https://badge.fury.io/js/react-spring.svg)](https://badge.fury.io/js/react-spring) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/react-spring) <span class="badge-patreon"><a href="https://www.patreon.com/0xca0a" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span> [![Backers on Open Collective](https://opencollective.com/react-spring/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/react-spring/sponsors/badge.svg)](#sponsors)
13+
[![Build Status](https://travis-ci.org/drcmda/react-spring.svg?branch=master)](https://travis-ci.org/drcmda/react-spring) [![npm version](https://badge.fury.io/js/react-spring.svg)](https://badge.fury.io/js/react-spring) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/react-spring) [![Backers on Open Collective](https://opencollective.com/react-spring/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/react-spring/sponsors/badge.svg)](#sponsors)
1414

1515
### Installation
1616

1717
npm install react-spring
1818

1919
### Documentation and Examples
20+
More info about the project can be found [here](https://www.react-spring.io).
2021

21-
https://www.react-spring.io
22+
Eamples and tutorials can be found [here](https://www.react-spring.io/docs/hooks/basics).
2223

2324
---
2425

@@ -52,7 +53,11 @@ And [many others](https://github.com/drcmda/react-spring/network/dependents) ...
5253

5354
## Funding
5455

55-
If you like this project, please consider helping out. All contributions are welcome as well as donations to [Opencollective](https://opencollective.com/react-spring), or in crypto: 36fuguTPxGCNnYZSRdgdh6Ea94brCAjMbH (BTC) or 0x6E3f79Ea1d0dcedeb33D3fC6c34d2B1f156F2682 (ETH).
56+
If you like this project, please consider helping out. All contributions are welcome as well as donations to [Opencollective](https://opencollective.com/react-spring), or in crypto:
57+
58+
BTC: 36fuguTPxGCNnYZSRdgdh6Ea94brCAjMbH
59+
60+
ETH: 0x6E3f79Ea1d0dcedeb33D3fC6c34d2B1f156F2682
5661

5762
You can also support this project by becoming a sponsor. Your logo will show up here with a link to your website.
5863

@@ -62,7 +67,7 @@ You can also support this project by becoming a sponsor. Your logo will show up
6267
<img width="300" src="https://wiki.aragon.org/design/logo/svg/imagetype.svg"/>
6368
</a>
6469

65-
## Sponsors
70+
## Other Sponsors
6671

6772
<a href="https://opencollective.com/react-spring/sponsor/0/website" target="_blank">
6873
<img src="https://opencollective.com/react-spring/sponsor/0/avatar.svg"/>

0 commit comments

Comments
 (0)