structure

This commit is contained in:
Jason Dreyzehner 2014-01-23 10:26:27 -05:00
parent cb2a86def1
commit eddcce11a7
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 npm install bitcore
``` ```
Let's try validating a Bitcoin address: #Examples
Validating a Bitcoin address:
``` ```
var Address = require('bitcore/Address.js').class(); var Address = require('bitcore/Address.js').class();