Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Jul 29, 2020
1 parent 08886c6 commit a1270fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Most of the interface is now complete, and the user can continue to extend it ba

#### Installation
```
composer require linwj/gate
composer require linwj/bigone
```

Support for more request Settings
Expand Down Expand Up @@ -177,9 +177,9 @@ try {
}
```

[More Test](https://github.com/zhouaini528/gitone-php/tree/master/tests/spot)
[More Test](https://github.com/zhouaini528/bigone-php/tree/master/tests/spot)

[More Api](https://github.com/zhouaini528/gitone-php/tree/master/src/Api/Spot)
[More Api](https://github.com/zhouaini528/bitone-php/tree/master/src/Api/Spot)


### Contract Public API
Expand Down Expand Up @@ -270,6 +270,6 @@ try {
}
```

[More Test](https://github.com/zhouaini528/gitone-php/tree/master/tests/contract)
[More Test](https://github.com/zhouaini528/bitone-php/tree/master/tests/contract)

[More Api](https://github.com/zhouaini528/gitone-php/tree/master/src/Api/Contract)
[More Api](https://github.com/zhouaini528/bitone-php/tree/master/src/Api/Contract)
10 changes: 5 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#### 安装方式
```
composer require linwj/gate
composer require linwj/bigone
```

支持更多的请求设置
Expand Down Expand Up @@ -177,9 +177,9 @@ try {
}
```

[More Test](https://github.com/zhouaini528/gitone-php/tree/master/tests/spot)
[More Test](https://github.com/zhouaini528/bitone-php/tree/master/tests/spot)

[More Api](https://github.com/zhouaini528/gitone-php/tree/master/src/Api/Spot)
[More Api](https://github.com/zhouaini528/bitone-php/tree/master/src/Api/Spot)


### 合约共有访问 API
Expand Down Expand Up @@ -270,8 +270,8 @@ try {
}
```

[More Test](https://github.com/zhouaini528/gitone-php/tree/master/tests/contract)
[More Test](https://github.com/zhouaini528/bitone-php/tree/master/tests/contract)

[More Api](https://github.com/zhouaini528/gitone-php/tree/master/src/Api/Contract)
[More Api](https://github.com/zhouaini528/bitone-php/tree/master/src/Api/Contract)


0 comments on commit a1270fd

Please sign in to comment.