Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JimChenWYU committed Jun 11, 2019
1 parent f8489a0 commit 4fbc482
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 @@ -108,7 +108,7 @@ return [
To load assembled configs in your application use `require`:

```php
$config = require hiqdev\composer\config\Builder::path('web');
$config = require hiqdev\composer\config\Builder::pathHasDefault('web', __DIR__ . '/../web.php');
```

### Refreshing config
Expand Down

0 comments on commit 4fbc482

Please sign in to comment.