Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5db55c2

Browse files
author
Samuel Furter
committed
coverall coverage badge replaced in root README.md file
1 parent b710200 commit 5db55c2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# web3.js - Ethereum JavaScript API
55

6-
[![npm](https://img.shields.io/npm/dm/web3.svg)](https://www.npmjs.com/package/web3) [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url]
6+
[![npm](https://img.shields.io/npm/dm/web3.svg)](https://www.npmjs.com/package/web3) [![Build Status][travis-image]][travis-url] ![Coverage Status](https://coveralls.io/repos/github/ethereum/web3.js/badge.svg?branch=1.0&kill_cache=1)
77
[![Join the chat at https://gitter.im/ethereum/web3.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/web3.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
This is the Ethereum [JavaScript API][docs]
@@ -74,6 +74,9 @@ Documentation can be found at [read the docs][docs]
7474

7575
## Contributing
7676

77+
- All contributions have to go into the 1.0 branch
78+
- Please follow the code style of the other files, we use 4 spaces as tabs.
79+
7780
### Requirements
7881

7982
* [Node.js](https://nodejs.org)
@@ -89,11 +92,6 @@ npm run dev // runs rollup with a watcher
8992

9093
```
9194

92-
### Contributing
93-
94-
- All contributions have to go into develop (0.20.x), or the 1.0 branch
95-
- Please follow the code style of the other files, we use 4 spaces as tabs.
96-
9795
### Support
9896

9997
![browsers](https://img.shields.io/badge/browsers-latest%202%20versions-brightgreen.svg)

0 commit comments

Comments
 (0)