Skip to content

Commit

Permalink
namespace error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
imaxwen committed Oct 25, 2016
1 parent f5441ca commit 23c0a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the SDK as a yii2 application `component` in the `config/main.php`:
'components' => [
// ...
'wechat' => [
'class' => 'common\components\Wechat',
'class' => 'maxwen\easywechat\Wechat',
// 'userOptions' => [] # user identity class params
// 'sessionParam' => '' # wechat user info will be stored in session under this key
// 'returnUrlParam' => '' # returnUrl param stored in session
Expand Down

0 comments on commit 23c0a1f

Please sign in to comment.