Skip to content

Commit 7f478c9

Browse files
authored
Update README.md
1 parent 28493a3 commit 7f478c9

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![Travis Status][trav_img]][trav_site]
66
[![AppVeyor Status][appveyor_img]][appveyor_site]
77
[![npm version][npm_img]][npm_site]
8+
[![Maintenance Status][maintenance-image]](#maintenance-status)
9+
810

911
The fastest deep equal comparison for React. Really fast general-purpose deep comparison.
1012
Great for`shouldComponentUpdate`. This is a fork of the brilliant
@@ -16,10 +18,6 @@ extra handling for React.
1618

1719
(Check out the [benchmarking details](#benchmarking-this-library).)
1820

19-
### Maintenance Status: Active
20-
21-
Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
22-
2321
## Install
2422

2523
```sh
@@ -133,6 +131,10 @@ react-fast-compare@2 tracks fast-deep-equal@2.0.1
133131

134132
Please see our [contributions guide](./CONTRIBUTING.md).
135133

134+
## Maintenance Status
135+
136+
**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
137+
136138
[trav_img]: https://api.travis-ci.org/FormidableLabs/react-fast-compare.svg
137139
[trav_site]: https://travis-ci.org/FormidableLabs/react-fast-compare
138140
[cov_img]: https://img.shields.io/coveralls/FormidableLabs/react-fast-compare.svg
@@ -145,3 +147,4 @@ Please see our [contributions guide](./CONTRIBUTING.md).
145147
[size_minzip]: https://img.shields.io/bundlephobia/minzip/react-fast-compare.svg
146148
[size_site]: https://bundlephobia.com/result?p=react-fast-compare
147149
[downloads_img]: https://img.shields.io/npm/dt/react-fast-compare.svg
150+
[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg

0 commit comments

Comments
 (0)