From b24b63577807f2ef282c42470a4d6b4823c5e406 Mon Sep 17 00:00:00 2001 From: HeavyWeight Date: Mon, 24 Mar 2014 18:52:57 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a73f6c..f686ce0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Bitcore runs on [node](http://nodejs.org/), and can be installed via [npm](https npm install bitcore ``` -It is a collection of objects useful to bitcoin applications; class-like idioms are enabled via [Soop](https://github.com/gasteve/soop). In most cases, a developer will require the object's class directly. For instance: +It is a collection of objects useful to bitcoin applications; class-like idioms are enabled via [Soop](https://github.com/bitpay/soop). In most cases, a developer will require the object's class directly. For instance: ``` var bitcore = require('bitcore'); var Address = bitcore.Address;