Skip to content

Commit 8e2b023

Browse files
authored
Merge pull request #243 from donatj/patch-1
Update README example to work in ZSH
2 parents f258b3a + f9e81b6 commit 8e2b023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Finally, you need to require `php-http/discovery` and the generic implementation
4545
that your library is going to need:
4646

4747
```bash
48-
composer require php-http/discovery:^1.17
49-
composer require psr/http-client-implementation:*
50-
composer require psr/http-factory-implementation:*
48+
composer require 'php-http/discovery:^1.17'
49+
composer require 'psr/http-client-implementation:*'
50+
composer require 'psr/http-factory-implementation:*'
5151
```
5252

5353
Now, you're ready to make an HTTP request:

0 commit comments

Comments
 (0)