Skip to content

Commit 8a29f3e

Browse files
authored
Merge pull request #693 from makraz/master
Fix a typo in the Installation section of the README file
2 parents 38fcc0b + 4a7eb2f commit 8a29f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ composer require league/omnipay:^3 omnipay/paypal
7373
```
7474

7575
If you want to use your own HTTP Client instead of Guzzle (which is the default for `league/omnipay`),
76-
you can require `league/common` and any `php-http/client-implementation` (see [PHP Http](http://docs.php-http.org/en/latest/clients.html))
76+
you can require `omnipay/common` and any `php-http/client-implementation` (see [PHP Http](http://docs.php-http.org/en/latest/clients.html))
7777

7878
```
7979
composer require league/common:^3 omnipay/paypal php-http/buzz-adapter

0 commit comments

Comments
 (0)