From 510131f96da3c66ef19eb8f72d3e1d14b39e087d Mon Sep 17 00:00:00 2001 From: Shea Lewis Date: Thu, 23 Jun 2016 13:37:57 -0700 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b397999e..2b358299 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,6 @@ With the release of v3.1, register the package within your applications `compile ], ``` -You may then specify a `compiles()` public static method within each of your modules' service providers to compile additional files provided by your modules generated by the `artisan optimize` command. These should include classes that are included on basically every request into your application. +You may then specify a `compiles()` public static method within each of your modules' service provider to compile additional files provided by your modules generated by the `artisan optimize` command. These should include classes that are included on basically every request into your application. And that's it! With your coffee in reach, start building out some awesome modules!