diff --git a/artisan.md b/artisan.md index 28b5e7747a..0e106e6437 100644 --- a/artisan.md +++ b/artisan.md @@ -171,6 +171,6 @@ In this example, the `foo` command will be run every minute if it is not already $schedule->command('foo')->thenPing($url); -Using the `thenPing($url)` feature require that the Guzzle 5 HTTP library be installed into your application. You can add Guzzle 5 to your project by adding the following line to your `composer.json` file: +Using the `thenPing($url)` feature requires the Guzzle HTTP library. You can add Guzzle 5 to your project by adding the following line to your `composer.json` file: "guzzlehttp/guzzle": "~5.0"