Skip to content

Commit cad894e

Browse files
committed
Fixed composer paths
1 parent a88c8ee commit cad894e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
## Installation with Composer
88
Composer is the recommended way to utilize the MaxCDN RWS SDK PHP library. For more information on how to use Composer, see http://www.getcomposer.org .
99

10-
1. Add "MaxCDN/rws-sdk-php" as a dependency in your composer.json project file.
10+
1. Add "maxcdn/php-maxcdn" as a dependency in your composer.json project file.
1111

1212
```json
1313
{
1414
"require": {
15-
"MaxCDN/rws-sdk-php": "2.*"
15+
"maxcdn/php-maxcdn": "2.*"
1616
}
1717
}
1818
```

0 commit comments

Comments
 (0)