From 5071909e05f6d62dc06a6cf1f2364f10726b0dcd Mon Sep 17 00:00:00 2001 From: Jeroen Noten Date: Wed, 2 Sep 2015 03:01:33 +0200 Subject: [PATCH] Updated the app.php path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9bdaa..fdaeb3b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Prerender adheres to google's `_escaped_fragment_` proposal, which we recommend Require this package run: `composer require nutsweb/laravel-prerender` -After installing, add the ServiceProvider to the providers array in app/config/app.php. +After installing, add the ServiceProvider to the providers array in `config/app.php`. 'Nutsweb\LaravelPrerender\LaravelPrerenderServiceProvider',