diff --git a/README.md b/README.md index cef5dab..f4f9f43 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Via Composer ``` bash -$ composer require php-http/cache-plugin +composer require php-http/cache-plugin ``` @@ -27,7 +27,7 @@ Please see the [official documentation](http://docs.php-http.org/en/latest/plugi ## Testing ``` bash -$ composer test +composer test ```