Skip to content

Commit

Permalink
Add autoloader info
Browse files Browse the repository at this point in the history
I'm tired of issues opened by people who are lazy to read composer's usage docs.
  • Loading branch information
Stichoza committed Apr 26, 2015
1 parent f0690c6 commit cb2d331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ Or edit your project's `composer.json` to require `stichoza/google-translate-php

### Basic Usage

*Note:* You should have composer's autoloader included `require 'vendor/autoload.php'` (that's obvious.)

Instantiate TranslateClient object

```php
use Stichoza\GoogleTranslate\TranslateClient;

Expand Down

0 comments on commit cb2d331

Please sign in to comment.