Skip to content

Commit

Permalink
chore: fix documentation typo (#1741)
Browse files Browse the repository at this point in the history
fixed spelling of autoloader
  • Loading branch information
ajaz-ur-rehman authored and jdpedrie committed Nov 7, 2019
1 parent 7478bc8 commit cc98cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Expand Up @@ -26,7 +26,7 @@ Follow [the instructions in the README](https://github.com/google/google-api-php

### What to do with the files

After obtaining the files, include the autloader. If you used Composer, your require statement will look like this:
After obtaining the files, include the autoloader. If you used Composer, your require statement will look like this:

```php
require_once '/path/to/your-project/vendor/autoload.php';
Expand All @@ -36,4 +36,4 @@ If you downloaded the package separately, your require statement will look like

```php
require_once '/path/to/google-api-php-client/vendor/autoload.php';
```
```

0 comments on commit cc98cfb

Please sign in to comment.