Skip to content

Commit

Permalink
Add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 22, 2018
1 parent 202bd18 commit 2106483
Showing 1 changed file with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2106483

Please sign in to comment.