diff --git a/README.md b/README.md index 3ca9917..a8bef80 100755 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Add the following alias to your 'aliases' array ```config/app.php``` **Step 3: From the command-line run** ``` -php artisan vendor:publish" +php artisan vendor:publish ``` This will publish the LaravelSettings config file to the config directory, which will give you control over which storage engine to use as well as some storage-specific settings.