From de2f4fb6cc4079c12e4f7b521b08fdb51027f67c Mon Sep 17 00:00:00 2001 From: Liam Hammett Date: Wed, 10 Jul 2019 01:14:08 +0100 Subject: [PATCH] Update suggested installation limit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 949b595..82e1f4a 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ As this seems to be the most common use case, this package attempts to help make You can install the package with [Composer](https://getcomposer.org/) using the following command: ```bash -composer require imliam/laravel-blade-helper:^1.0.0 +composer require imliam/laravel-blade-helper:^1.0 ``` ## 📝 Usage