Skip to content

Commit 244e6f6

Browse files
authoredOct 7, 2019
docs: Show backers in README
1 parent 6a5d192 commit 244e6f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ node-fetch
66
[![coverage status][codecov-image]][codecov-url]
77
[![install size][install-size-image]][install-size-url]
88
[![Discord][discord-image]][discord-url]
9-
[![Opencollective][opencollective-image]][opencollective-url]
109

1110
A light-weight module that brings `window.fetch` to Node.js
1211

1312
(We are looking for [v2 maintainers and collaborators](https://github.com/bitinn/node-fetch/issues/567))
1413

14+
[![Backers][opencollective-image]][opencollective-url]
15+
1516
<!-- TOC -->
1617

1718
- [Motivation](#motivation)
@@ -578,7 +579,7 @@ MIT
578579
[install-size-url]: https://packagephobia.now.sh/result?p=node-fetch
579580
[discord-image]: https://img.shields.io/discord/619915844268326952?color=%237289DA&label=Discord&style=flat-square
580581
[discord-url]: https://discord.gg/Zxbndcm
581-
[opencollective-image]: https://img.shields.io/opencollective/all/node-fetch?label=Sponsors&style=flat-square
582+
[opencollective-image]: https://opencollective.com/node-fetch/backers.svg
582583
[opencollective-url]: https://opencollective.com/node-fetch
583584
[whatwg-fetch]: https://fetch.spec.whatwg.org/
584585
[response-init]: https://fetch.spec.whatwg.org/#responseinit

0 commit comments

Comments
 (0)
Please sign in to comment.