Skip to content

Commit

Permalink
Merge pull request laruence#123 from bivoc/patch-1
Browse files Browse the repository at this point in the history
Fixed error due to undefined constant in example
  • Loading branch information
laruence committed Sep 16, 2014
2 parents 4d91256 + 55b73ff commit 4ee3dfe
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 @@ -111,7 +111,7 @@ application.ini is the application config file
```ini
[product]
;CONSTANTS is supported
application.directory = APP_PATH "/application/"
application.directory = APPLICATION_PATH "/application/"
```
alternatively, you can use a PHP array instead:
```php
Expand Down

0 comments on commit 4ee3dfe

Please sign in to comment.