From 68e4d7f81a7e391ae009005ea76563119951ebff Mon Sep 17 00:00:00 2001 From: Nathan Macnamara Date: Sun, 17 May 2015 00:06:08 +0100 Subject: [PATCH] Update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9498e26..db576a1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Include the service provider within `app/config/app.php`. And, for convenience, add a facade alias to this same file at the bottom: +```php 'aliases' => [ '...', 'Parser' => 'Nathanmac\Utilities\Parser\Facades\Parser',