Skip to content

Commit 234c3ed

Browse files
committed
update namespace
1 parent 4dd3adc commit 234c3ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ processing library for PHP. This package implements Stripe support for Omnipay.
1111

1212
## Installation
1313

14-
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `omnipay/omnipay` and `omnipay/stripe` with Composer:
14+
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `omnipay/stripe` with Composer:
1515

1616
```
17-
composer require omnipay/omnipay omnipay/stripe
17+
composer require league/omnipay omnipay/stripe
1818
```
1919

20-
2120
## Basic Usage
2221

2322
The following gateways are provided by this package:

0 commit comments

Comments
 (0)