From 54f67427baf7ecf501b6aa0f58fd7b7f9bb9758d Mon Sep 17 00:00:00 2001 From: Naoray Kroaths Date: Mon, 11 Jun 2018 08:51:54 +0200 Subject: [PATCH] add missing colon --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4bde0f0..dab6823 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ A small wrapper for the harvest API which aims to make your life more easier. *If you want to store harvest data into your database, set the `uses_database` in the `harvest` config to `true` and publish the migrations:* -`php artisan vendor:publish --provider="Byte5\LaravelHarvest\LaravelHarvestServiceProvider` +`php artisan vendor:publish --provider="Byte5\LaravelHarvest\LaravelHarvestServiceProvider"` *If you only want to publish the config file add:* `--tag="config"`