Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed May 19, 2020
1 parent 972e28b commit ab9b66a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $bitfinex->setOptions([

### Spot API

Market related API [More](https://github.com/zhouaini528/bitfinex-php/blob/master/tests/product.php)
Market related API [More](https://github.com/zhouaini528/bitfinex-php/blob/master/tests/market.php)
```php
$bitfinex=new Coinbase();

Expand Down Expand Up @@ -170,7 +170,7 @@ try {
}
```

Accounts related API [More]()
Accounts related API [More](https://github.com/zhouaini528/bitfinex-php/blob/master/tests/account.php)
```php
$bitfinex=new Coinbase($key,$secret);

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $bitfinex->setOptions([

### 现货交易 API

Market related API [More](https://github.com/zhouaini528/bitfinex-php/blob/master/tests/product.php)
Market related API [More](https://github.com/zhouaini528/bitfinex-php/blob/master/tests/market.php)
```php
$bitfinex=new Coinbase();

Expand Down Expand Up @@ -170,7 +170,7 @@ try {
}
```

Accounts related API [More]()
Accounts related API [More](https://github.com/zhouaini528/bitfinex-php/blob/master/tests/account.php)
```php
$bitfinex=new Coinbase($key,$secret);

Expand Down

0 comments on commit ab9b66a

Please sign in to comment.