Skip to content

Commit 32ea38f

Browse files
committed
Update README.md and composer.json
Addresses googleapis#341
1 parent 1d56122 commit 32ea38f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ For the latest installation and setup instructions, see [the documentation](http
2525
See the examples/ directory for examples of the key client features.
2626
```PHP
2727
<?php
28-
require_once 'Google/Client.php';
29-
require_once 'Google/Service/Books.php';
28+
require_once 'google-api-php-client/autoload.php'; // or wherever autoload.php is located
3029
$client = new Google_Client();
3130
$client->setApplicationName("Client_Library_Examples");
3231
$client->setDeveloperKey("YOUR_APP_KEY");

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"src/"
1717
]
1818
},
19-
"include-path": ["src/"],
2019
"extra": {
2120
"branch-alias": {
2221
"dev-master": "1.0.x-dev"

0 commit comments

Comments
 (0)