Merge pull request #24 from dreyzehner/master

readme structure
This commit is contained in:
Jason Dreyzehner 2014-01-23 07:31:17 -08:00
commit 71378898e0
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ Bitcore runs on [node](http://nodejs.org/), and can be installed via [npm](https
npm install bitcore
```
Let's try validating a Bitcoin address:
#Examples
Validating a Bitcoin address:
```
var Address = require('bitcore/Address.js').class();