Skip to content

Commit d332907

Browse files
docs(readme): reorganize badges and sections
- Make `Financial Contributors on Open Collective` the last badge - Remove `Special Thanks` section - Move `Support` section below `Contributors`
1 parent fb6e073 commit d332907

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
[![NPM](https://nodei.co/npm/html-react-parser.png)](https://nodei.co/npm/html-react-parser/)
44

5-
[![Financial Contributors on Open Collective](https://opencollective.com/html-react-parser/all/badge.svg?label=financial+contributors)](https://opencollective.com/html-react-parser) [![NPM version](https://img.shields.io/npm/v/html-react-parser.svg)](https://www.npmjs.com/package/html-react-parser)
5+
[![NPM version](https://img.shields.io/npm/v/html-react-parser.svg)](https://www.npmjs.com/package/html-react-parser)
66
[![Build Status](https://travis-ci.org/remarkablemark/html-react-parser.svg?branch=master)](https://travis-ci.org/remarkablemark/html-react-parser)
77
[![Coverage Status](https://coveralls.io/repos/github/remarkablemark/html-react-parser/badge.svg?branch=master)](https://coveralls.io/github/remarkablemark/html-react-parser?branch=master)
88
[![Dependency status](https://david-dm.org/remarkablemark/html-react-parser.svg)](https://david-dm.org/remarkablemark/html-react-parser)
99
[![NPM downloads](https://img.shields.io/npm/dm/html-react-parser.svg?style=flat-square)](https://www.npmjs.com/package/html-react-parser)
10+
[![Financial Contributors on Open Collective](https://opencollective.com/html-react-parser/all/badge.svg?label=financial+contributors)](https://opencollective.com/html-react-parser)
1011

1112
HTML to React parser that works on both the server (Node.js) and the client (browser):
1213

@@ -266,22 +267,6 @@ $ npm run release
266267
$ git push --follow-tags && npm publish
267268
```
268269

269-
## Special Thanks
270-
271-
- [Contributors](https://github.com/remarkablemark/html-react-parser/graphs/contributors)
272-
- [html-dom-parser](https://github.com/remarkablemark/html-dom-parser)
273-
- [react-property](https://github.com/remarkablemark/react-dom-core/tree/master/packages/react-property)
274-
- [style-to-object](https://github.com/remarkablemark/style-to-object)
275-
276-
## Support
277-
278-
- [Patreon](https://b.remarkabl.org/patreon)
279-
- [Open Collective](https://b.remarkabl.org/open-collective-html-react-parser)
280-
- [Ko-fi](https://b.remarkabl.org/ko-fi)
281-
- [Tidelift](https://b.remarkabl.org/tidelift-html-react-parser)
282-
- [Liberapay](https://b.remarkabl.org/liberapay)
283-
- [Teepsring](https://b.remarkabl.org/teespring)
284-
285270
## Contributors
286271

287272
### Code Contributors
@@ -312,6 +297,15 @@ Support this project with your organization. Your logo will show up here with a
312297
<a href="https://opencollective.com/html-react-parser/organization/8/website"><img src="https://opencollective.com/html-react-parser/organization/8/avatar.svg"></a>
313298
<a href="https://opencollective.com/html-react-parser/organization/9/website"><img src="https://opencollective.com/html-react-parser/organization/9/avatar.svg"></a>
314299

300+
## Support
301+
302+
- [Patreon](https://b.remarkabl.org/patreon)
303+
- [Open Collective](https://b.remarkabl.org/open-collective-html-react-parser)
304+
- [Ko-fi](https://b.remarkabl.org/ko-fi)
305+
- [Tidelift](https://b.remarkabl.org/tidelift-html-react-parser)
306+
- [Liberapay](https://b.remarkabl.org/liberapay)
307+
- [Teepsring](https://b.remarkabl.org/teespring)
308+
315309
## License
316310

317311
[MIT](https://github.com/remarkablemark/html-react-parser/blob/master/LICENSE)

0 commit comments

Comments
 (0)