Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss committed May 24, 2017
1 parent 8e5fa4a commit 1697bf7
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 @@ -23,7 +23,7 @@ Yii::setAlias('@kriss', dirname(dirname(__DIR__)) . '/kriss');
Basic: \common\config\web.php write before other config

```php
Yii::setAlias('kriss', dirname(__DIR__) . '/kriss' );
Yii::setAlias('@kriss', dirname(__DIR__) . '/kriss' );
```

# Usage And Example
Expand Down

0 comments on commit 1697bf7

Please sign in to comment.