Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Updates badges (#18)
Browse files Browse the repository at this point in the history
* Updating readme

* Update README.md
  • Loading branch information
evertonfraga authored Mar 19, 2018
1 parent 14036e2 commit cf435ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ethereum-client-binaries

[![Build Status](https://secure.travis-ci.org/ethereum/ethereum-client-binaries.png?branch=master)](http://travis-ci.org/hiddentao/ethereum-client-binaries) [![NPM module](https://badge.fury.io/js/ethereum-client-binaries.png)](https://badge.fury.io/js/ethereum-client-binaries) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/hiddentao)
[![Build Status](https://secure.travis-ci.org/ethereum/ethereum-client-binaries.svg?branch=master)](http://travis-ci.org/ethereum/ethereum-client-binaries) [![NPM module](https://badge.fury.io/js/ethereum-client-binaries.svg)](https://badge.fury.io/js/ethereum-client-binaries)

Download Ethereum client binaries for your OS.

Expand Down Expand Up @@ -100,7 +100,7 @@ const Manager = require('ethereum-client-binaries').Manager;
const mgr = new Manager(config);
```

**Note:** If no config is provided then the default config ([src/config.json](https://github.com/hiddentao/ethereum-client-binaries/blob/master/src/config.json)) gets used.
**Note:** If no config is provided then the default config ([src/config.json](https://github.com/ethereum/ethereum-client-binaries/blob/master/src/config.json)) gets used.

### Scanning for binaries

Expand Down

0 comments on commit cf435ca

Please sign in to comment.