Skip to content

Commit

Permalink
add missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Jun 11, 2018
1 parent 8af8858 commit 1612fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit 1612fd7

Please sign in to comment.