1
0
Fork 0

Merge pull request #3902 from TomasVotruba/patch-1

Readme: 00-intro - use __DIR__
pull/3906/merge
Jordi Boggiano 2015-04-14 23:04:31 +01:00
commit 87f3a0060e
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ downloads. To use it, just add the following line to your code's bootstrap
process:
```php
require 'vendor/autoload.php';
require __DIR__ . '/vendor/autoload.php';
```
Woah! Now start using monolog! To keep learning more about Composer, keep