Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 21, 2015
1 parent e5d0cfb commit 5a2d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5a2d6f4

Please sign in to comment.