From f636424fa0b136e891b1634dbc7077f1e7734a62 Mon Sep 17 00:00:00 2001 From: Gary Green Date: Fri, 26 Aug 2016 17:03:48 +0100 Subject: [PATCH] Syntax highlight readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 43b386c..6db4528 100644 --- a/readme.md +++ b/readme.md @@ -7,18 +7,18 @@ Visualise your routes in pretty format. # Installation -``` +```bash composer require garygreen/pretty-routes ``` Add to your `config/app.php` providers array: -``` +```php PrettyRoutes\ServiceProvider::class, ``` By default the package exposes a `/routes` url. If you wish to configure this, publish the config. -``` +```bash php artisan vendor:publish ```