Skip to content

Commit

Permalink
coverall coverage badge replaced in root README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Jan 26, 2019
1 parent b710200 commit 5db55c2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# web3.js - Ethereum JavaScript API

[![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]
[![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)
[![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)

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

## Contributing

- All contributions have to go into the 1.0 branch
- Please follow the code style of the other files, we use 4 spaces as tabs.

### Requirements

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

```

### Contributing

- All contributions have to go into develop (0.20.x), or the 1.0 branch
- Please follow the code style of the other files, we use 4 spaces as tabs.

### Support

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

0 comments on commit 5db55c2

Please sign in to comment.