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 e6d3ba1 commit 08083e5Copy full SHA for 08083e5
doc/api_version.md
@@ -6,8 +6,8 @@ For example:
6
7
```php
8
$client = new Github\Client();
9
-echo $client->getApiVersion(); // prints "s3"
+echo $client->getApiVersion(); // prints "v3"
10
11
$client = new Github\Client($httpClient, 'v2');
12
-echo $client->getApiVersion(); // prints "s2"
+echo $client->getApiVersion(); // prints "v2"
13
```
0 commit comments