|
1 | 1 | # SYNOPSIS |
2 | 2 |
|
| 3 | +[![NPM Status][npm-badge]][npm-link] |
3 | 4 | [![Actions Status][actions-badge]][actions-link] |
4 | 5 | [![Coverage Status][coverage-badge]][coverage-link] |
5 | | -[![JavaScript Style Guide][style-badge]][style-link] |
6 | 6 | [![Discord][discord-badge]][discord-link] |
7 | 7 |
|
8 | 8 | This is the work repository for the EthereumJS client project targeting both Node.js and the browser as a platform. |
@@ -331,13 +331,11 @@ See our organizational [documentation](https://ethereumjs.readthedocs.io) for an |
331 | 331 |
|
332 | 332 | If you want to join for work or do improvements on the libraries have a look at our [contribution guidelines](https://ethereumjs.readthedocs.io/en/latest/contributing.html). |
333 | 333 |
|
| 334 | +[npm-badge]: https://img.shields.io/npm/v/ethereumjs-client.svg |
| 335 | +[npm-link]: https://www.npmjs.org/package/ethereumjs-client |
334 | 336 | [actions-badge]: https://github.com/ethereumjs/ethereumjs-client/workflows/Build/badge.svg |
335 | 337 | [actions-link]: https://github.com/ethereumjs/ethereumjs-client/actions |
336 | | -[coverage-badge]: https://img.shields.io/coveralls/ethereumjs/ethereumjs-client.svg |
337 | | -[coverage-link]: https://coveralls.io/r/ethereumjs/ethereumjs-client |
| 338 | +[coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-client/branch/master/graph/badge.svg |
| 339 | +[coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-client |
338 | 340 | [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue |
339 | 341 | [discord-link]: https://discord.gg/TNwARpR |
340 | | -[style-badge]: https://img.shields.io/badge/code_style-standard-brightgreen.svg |
341 | | -[style-link]: https://standardjs.com |
342 | | -[discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue |
343 | | -[discord-link]: https://discord.gg/TNwARpR |
0 commit comments