Skip to content

Commit 0e32e8f

Browse files
authored
Merge pull request #3 from lifegood/update_readme_2x
Update README for installing 2.x
2 parents b750be5 + 11b4ec0 commit 0e32e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ composer.jsonに以下の記述を加えてください。
2323
```
2424
{
2525
"require": {
26-
"polidog/php-chatwork-api": "0.2.*@dev",
26+
"polidog/php-chatwork-api": "2.x-dev",
2727
"cakephp/utility": "3.0.0-beta3"
2828
}
2929
}
@@ -32,7 +32,7 @@ composer.jsonに以下の記述を加えてください。
3232

3333
## Quick Example
3434

35-
利用する前に必ずChatWorkのAPIキーを用意しておいてください。
35+
利用する前に必ずChatWorkのAPIキーを用意しておいてください。
3636
[APIキーの確認方法](http://developer.chatwork.com/ja/authenticate.html)を確認してください。
3737

3838
### オブジェクトを取得する

0 commit comments

Comments
 (0)