Skip to content

Commit a3a266e

Browse files
committed
Add more badges
1 parent 62f803f commit a3a266e

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

readme.md

+29-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# unist-util-stringify-position [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
1+
# unist-util-stringify-position
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
7+
[![Sponsors][sponsors-badge]][collective]
8+
[![Backers][backers-badge]][collective]
9+
[![Chat][chat-badge]][chat]
210

311
Stringify [unist][unist] [`Position`][position]s or [`Point`][point]s.
412

@@ -74,11 +82,29 @@ repository, organisation, or community you agree to abide by its terms.
7482

7583
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-stringify-position.svg
7684

77-
[build-page]: https://travis-ci.org/syntax-tree/unist-util-stringify-position
85+
[build]: https://travis-ci.org/syntax-tree/unist-util-stringify-position
7886

7987
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-stringify-position.svg
8088

81-
[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-stringify-position?branch=master
89+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-stringify-position
90+
91+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-stringify-position.svg
92+
93+
[downloads]: https://www.npmjs.com/package/unist-util-stringify-position
94+
95+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-stringify-position.svg
96+
97+
[size]: https://bundlephobia.com/result?p=unist-util-stringify-position
98+
99+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
100+
101+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
102+
103+
[collective]: https://opencollective.com/unified
104+
105+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
106+
107+
[chat]: https://spectrum.chat/unified/syntax-tree
82108

83109
[npm]: https://docs.npmjs.com/cli/install
84110

0 commit comments

Comments
 (0)