Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tscheepers committed Dec 10, 2014
1 parent e6e7000 commit 75588d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Install with Composer
2. Require the Bugsnag PHP library in `app/Config/bootstrap.php`.

```php
require ROOT . DS . 'vendor' . DS . 'bugsnag' . DS . 'bugsnag' . DS . 'lib' . DS . 'bugsnag.php';
require ROOT . DS . 'vendor' . DS . 'bugsnag' . DS . 'bugsnag' . DS . 'build' . DS . 'bugsnag.phar';
```

Install by placing
Expand All @@ -74,7 +74,7 @@ Install by placing
3. Require it in `app/Config/bootstrap.php`.

```php
require_once "/path/to/bugsnag.phar";
require_once 'path' . DS . 'to' . DS . 'bugsnag.phar';
```

License
Expand Down

0 comments on commit 75588d5

Please sign in to comment.