Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
talyguryn committed Aug 14, 2017
1 parent d3d77bf commit e6b37e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ PHP errors Catcher module for [Hawk.so](https://hawk.so)
Use [composer](https://getcomposer.org) to install Catcher

```bash
composer require codex-team/hawk.php:*
$ composer require codex-team/hawk.php
$ composer install
```

#### Download and require php file

You can download `hawk.php` file from this repository and require it in your project.
You can download this repository and require `Hawk.php` file in your project.

```php
require 'hawk.php';
require './hawk.php/src/Hawk.php';
```

### Add namespaces
Expand Down

0 comments on commit e6b37e7

Please sign in to comment.