Skip to content

Commit 2e18d04

Browse files
authored
Fix #5
Update the document for initial the library.
1 parent bcb1664 commit 2e18d04

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
@@ -25,7 +25,7 @@ $ composer require polidog/php-chatwork-api
2525

2626
```
2727
// ChatWork API Clientオブジェクトの初期化
28-
$chatwork = new \Polidog\Chatwork\Chatwork("chatwork api token");
28+
$chatwork = \Polidog\Chatwork\Chatwork::create("chatwork api token");
2929
```
3030

3131
### 自分自身の情報(APIキーの所有者)

0 commit comments

Comments
 (0)