diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index b8bc806..0018fe9 100755 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -50,6 +50,6 @@ Otherwise, go through the lists of implementations on Packagist and choose ones If you don't know which to choose, try these: ```bash -compose require "http-interop/http-factory-guzzle:^1.0" \ +composer require "http-interop/http-factory-guzzle:^1.0" \ "php-http/guzzle6-adapter:^2.0 || ^1.0" -``` \ No newline at end of file +```