From 8ebe80dd43ba455430c40afd1d7853f7dafa35fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Lajoie?= Date: Thu, 12 Mar 2020 16:22:26 -0400 Subject: [PATCH] fixed composer typo --- docs/docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```