From 5e12cd669762c99105f888c4abddb0a585ff5e10 Mon Sep 17 00:00:00 2001 From: gravitano Date: Sat, 22 Nov 2014 23:43:47 +0700 Subject: [PATCH] Not +,\ but .* --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4949bc5..9366077 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Next, Add new class alias in `app/config/php`. ``` Next, publish package configuration. Open your terminal and run: -Laravel 4+ +Laravel 4.* ``` php artisan config:publish pingpong/modules ```