We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4207e0a commit 256a88aCopy full SHA for 256a88a
README.md
@@ -1,4 +1,4 @@
1
-# Private Packagist Api Client
+# Private Packagist API Client
2
3
## Requirements
4
@@ -28,7 +28,7 @@ $client->authenticate('api-token', 'api-secret');
28
$packages = $client->packages()->all();
29
```
30
31
-From `$client` object, you can access the full Private Packagist Api.
+From `$client` object, you can access the full Private Packagist API.
32
33
## Documentation
34
0 commit comments