Skip to content

Commit fe1607b

Browse files
authored
Merge pull request #1 from derrabus/typo
Fixed typo
2 parents 77947b3 + 20359e5 commit fe1607b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
Via Composer:
1111

1212
```bash
13-
$ composer require priavate-packagist/api-client php-http/guzzle6-adapter
13+
$ composer require private-packagist/api-client php-http/guzzle6-adapter
1414
```
1515

1616
Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/).
1717

18-
## Basic usage of `priavate-packagist/api-client` client
18+
## Basic usage of `private-packagist/api-client` client
1919

2020
```php
2121
<?php
@@ -36,4 +36,4 @@ TODO
3636

3737
## License
3838

39-
`priavate-packagist/api-client` is licensed under the MIT License
39+
`private-packagist/api-client` is licensed under the MIT License

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "priavate-packagist/api-client",
2+
"name": "private-packagist/api-client",
33
"description": "Private Packagist Api Client",
44
"keywords": ["private packagist", "composer", "api"],
55
"type": "library",

0 commit comments

Comments
 (0)