Skip to content

Commit 947cf9d

Browse files
authored
Merge pull request #107 from hhxsv5/master
fix typo
2 parents 9bf9eb9 + ca83db3 commit 947cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To reinforce the security of the API, KuCoin upgraded the API key to version 2.0
7373
use KuCoin\SDK\PrivateApi\Account;
7474
use KuCoin\SDK\Exceptions\HttpException;
7575
use KuCoin\SDK\Exceptions\BusinessException;
76-
use Kucoin\SDK\Auth;
76+
use KuCoin\SDK\Auth;
7777

7878
// Auth version v2 (recommend)
7979
$auth = new Auth('key', 'secret', 'passphrase', Auth::API_KEY_VERSION_V2);

0 commit comments

Comments
 (0)