From e6b37e7a049a0fb8bbd8999678fdd0c7ca72a3a4 Mon Sep 17 00:00:00 2001 From: Taly Date: Mon, 14 Aug 2017 19:00:38 +0300 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a34283..372dc9c 100644 --- a/README.md +++ b/README.md @@ -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