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!