|
1 | 1 | # <p align="center"><img alt="protobuf.js" src="https://github.com/dcodeIO/protobuf.js/raw/master/pbjs.png" width="120" height="104" /></p> |
2 | 2 |
|
3 | | -[![][travis-image]][travis-url] [![][david-image]][david-url] [![][npm-dl-image]][npm-url] [![][npm-image]][npm-url] [![][paypal-image]][paypal-url] |
| 3 | +[![][travis-image]][travis-url] [![][coverage-image]][coverage-url] [![][downloads-image]][npm-url] [![][npm-image]][npm-url] [![][donate-image]][donate-url] |
4 | 4 |
|
5 | 5 | **Protocol Buffers** are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more, originally designed at Google ([see](https://developers.google.com/protocol-buffers/)). |
6 | 6 |
|
7 | 7 | **protobuf.js** is a pure JavaScript implementation with TypeScript support for node and the browser. It's super easy to use, blazingly fast and works out of the box on .proto files! |
8 | 8 |
|
9 | 9 | [travis-image]: https://img.shields.io/travis/dcodeIO/protobuf.js.svg |
10 | 10 | [travis-url]: https://travis-ci.org/dcodeIO/protobuf.js |
11 | | -[david-url]: https://david-dm.org/dcodeIO/protobuf.js |
12 | | -[david-image]: https://img.shields.io/david/dcodeIO/protobuf.js.svg |
| 11 | +[coverage-image]: https://coveralls.io/repos/github/dcodeIO/protobuf.js/badge.svg?branch=master |
| 12 | +[coverage-url]: https://coveralls.io/github/dcodeIO/protobuf.js?branch=master |
13 | 13 | [npm-image]: https://img.shields.io/npm/v/protobufjs.svg |
14 | 14 | [npm-url]: https://npmjs.org/package/protobufjs |
15 | | -[npm-dl-image]: https://img.shields.io/npm/dm/protobufjs.svg |
16 | | -[paypal-image]: https://img.shields.io/badge/donate-feels%20good%2C%20I%20promise-333333.svg |
17 | | -[paypal-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=Open%20Source%20Software%20Contribution&item_number=dcodeIO%2Fprotobuf.js |
| 15 | +[downloads-image]: https://img.shields.io/npm/dm/protobufjs.svg |
| 16 | +[donate-image]: https://img.shields.io/badge/donate-%E2%9D%A4-ff2244.svg |
| 17 | +[donate-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=Open%20Source%20Software%20Contribution&item_number=dcodeIO%2Fprotobuf.js |
18 | 18 |
|
19 | 19 | **Recommended read:** [Changes in protobuf.js 6.0](https://github.com/dcodeIO/protobuf.js/wiki/Changes-in-protobuf.js-6.0) |
20 | 20 |
|
|
0 commit comments