There was an error while loading. Please reload this page.
2 parents bcb1664 + 2e18d04 commit bc12f69Copy full SHA for bc12f69
README.md
@@ -25,7 +25,7 @@ $ composer require polidog/php-chatwork-api
25
26
```
27
// ChatWork API Clientオブジェクトの初期化
28
-$chatwork = new \Polidog\Chatwork\Chatwork("chatwork api token");
+$chatwork = \Polidog\Chatwork\Chatwork::create("chatwork api token");
29
30
31
### 自分自身の情報(APIキーの所有者)
0 commit comments