Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
what happened

[ticket: X]
  • Loading branch information
pouu69 committed Nov 17, 2016
1 parent 7f0eba2 commit 76fcd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ composer require pouu69/kakao-api

```` php
'providers' => [
pouu69\KakaoApi\KakaoApiServiceProvider::class,
pouu69\KakaoApi\KakaoServiceProvider::class,
]
````

Expand All @@ -42,7 +42,7 @@ Facade 등록을 통해 alias를 등록 하는 경우 다음과 같이 추가

```` php
'aliases' => [
'Kakao' => pouu69\KakaoApi\KakaoApiFacade::class,
'Kakao' => pouu69\KakaoApi\Facade\KakaoFacade::class,
];
````

Expand Down

0 comments on commit 76fcd75

Please sign in to comment.