From aa9dfbe75fdbeded3559b4d8d7eca3d2cdc72028 Mon Sep 17 00:00:00 2001 From: Hiroaki Matsuura Date: Wed, 11 Jan 2017 11:06:18 +0900 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de82e78..2f8ffeb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can use this component to create and render templates in your Slim Framework Via [Composer](https://getcomposer.org/) -``` +```bash $ composer require hiropeke/slim-blade-view ``` @@ -19,7 +19,7 @@ Requires Slim Framework 3 and PHP 5.5.0 or newer. ## Usage -``` +```php // Slim Settings $config = [ 'settings' => [ @@ -60,7 +60,7 @@ $app->run(); ## Testing -``` +```bash $ phpunit ```