From e22c1de0cb140d8cca5ba68618b526b5d0f2d585 Mon Sep 17 00:00:00 2001 From: Gerald Buttinger Date: Tue, 3 Nov 2015 13:02:17 +0000 Subject: [PATCH] some fixes in the read.me --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e9760814..885e9a0d 100644 --- a/readme.md +++ b/readme.md @@ -17,17 +17,17 @@ composer require riari/laravel-forum:~3.0@dev Then add the service provider to your `config/app.php`: ```php -'Riari\Forum\Providers\ForumServiceProvider', +'Riari\Forum\ForumServiceProvider', ``` Installing the [standard front-end](https://github.com/Riari/laravel-forum-frontend) is recommended: ``` -composer require riari/laravel-forum-front-end +composer require riari/laravel-forum-frontend ``` ```php -'Riari\Forum\Frontend\Providers\ForumFrontendServiceProvider', +'Riari\Forum\Frontend\ForumFrontendServiceProvider', ``` ### Step 2: Publish the package files