Skip to content

Commit

Permalink
Merge 9274c10 into c3670cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBlaushild committed Jun 13, 2017
2 parents c3670cd + 9274c10 commit b236034
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## install

```
``` bash
npm i @you21979/poloniex.com
```

Expand Down Expand Up @@ -43,7 +43,7 @@ Tuning Network Parameter
* Setting - KeepAlive Connection
* Setting - Timeout Second

```
``` javascript
var poloniex = require('@you21979/poloniex.com');

var appInitialize = function(){
Expand All @@ -62,15 +62,15 @@ main()

* simple error control

```
``` javascript
api.balances().catch(function(e){
console.log(e.message)
})
```

* technical error control

```
``` javascript
var errors = require('@you21979/poloniex.com/errors')
api.balances()
.catch(errors.HttpApiError, function (reason) {
Expand Down

0 comments on commit b236034

Please sign in to comment.