diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-10 20:31:51 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-10 20:31:53 +0800 |
commit | 6fc5d8e81e8f01ec0a9654268ac0593f74841c30 (patch) | |
tree | adc8da2b3519202fb3517ee4069cbdbce2106743 /README.md | |
parent | 67e3eff80608359ddeeb8a2f617148e2baf6a046 (diff) | |
download | go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.gz go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.tar.zst go-tangerine-6fc5d8e81e8f01ec0a9654268ac0593f74841c30.zip |
Prepare for PR
changed repo urls from package.json, bower.json and readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -5,7 +5,7 @@ which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Ge [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] [![dev dependency status][dep-dev-image]][dep-dev-url] -[![browser support](https://ci.testling.com/cubedro/ethereum.js.png)](https://ci.testling.com/cubedro/ethereum.js) +[![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js) ## Installation @@ -71,9 +71,9 @@ ethereum -ws -loglevel=4 [npm-image]: https://badge.fury.io/js/ethereum.js.png [npm-url]: https://npmjs.org/package/ethereum.js -[travis-image]: https://travis-ci.org/cubedro/ethereum.js.svg -[travis-url]: https://travis-ci.org/cubedro/ethereum.js -[dep-image]: https://david-dm.org/cubedro/ethereum.js.svg -[dep-url]: https://david-dm.org/cubedro/ethereum.js -[dep-dev-image]: https://david-dm.org/cubedro/ethereum.js/dev-status.svg -[dep-dev-url]: https://david-dm.org/cubedro/ethereum.js#info=devDependencies
\ No newline at end of file +[travis-image]: https://travis-ci.org/ethereum/ethereum.js.svg +[travis-url]: https://travis-ci.org/ethereum/ethereum.js +[dep-image]: https://david-dm.org/ethereum/ethereum.js.svg +[dep-url]: https://david-dm.org/ethereum/ethereum.js +[dep-dev-image]: https://david-dm.org/ethereum/ethereum.js/dev-status.svg +[dep-dev-url]: https://david-dm.org/ethereum/ethereum.js#info=devDependencies
\ No newline at end of file |