diff --git a/readme.md b/readme.md index 71b800a..312d9ba 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,11 @@ -# remark-usage [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat] +# remark-usage + +[![Build][build-badge]][build] +[![Coverage][coverage-badge]][coverage] +[![Downloads][downloads-badge]][downloads] +[![Chat][chat-badge]][chat] +[![Sponsors][sponsors-badge]][collective] +[![Backers][backers-badge]][collective] Add a [usage][] example to a README with [**remark**][remark]. @@ -34,13 +41,13 @@ var ast = remark() Log something with a language flag: ```markdown -## Installation +Add a [usage][] example to a README with [**remark**][remark]. ``` Or without language: ``` -[npm][]: +## Installation ``` Log something which is never captured: @@ -125,15 +132,25 @@ repository, organisation, or community you agree to abide by its terms. [build-badge]: https://img.shields.io/travis/remarkjs/remark-usage.svg -[build-status]: https://travis-ci.org/remarkjs/remark-usage +[build]: https://travis-ci.org/remarkjs/remark-usage [coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-usage.svg -[coverage-status]: https://codecov.io/github/remarkjs/remark-usage +[coverage]: https://codecov.io/github/remarkjs/remark-usage + +[downloads-badge]: https://img.shields.io/npm/dm/remark-usage.svg + +[downloads]: https://www.npmjs.com/package/remark-usage + +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg + +[chat]: https://spectrum.chat/unified/remark + +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg -[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg +[backers-badge]: https://opencollective.com/unified/backers/badge.svg -[chat]: https://gitter.im/remarkjs/Lobby +[collective]: https://opencollective.com/unified [license]: license