Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Mar 18, 2015
1 parent 11296df commit 8220f7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -58,10 +58,8 @@ To detect language automatically, just set the source language to `null`
$tr = new TranslateClient(null, 'es'); // Detect language and translate to Spanish
```

Or

```php
$tr->setSource(null);
$tr->setSource(null); // Another way
```

#### Get Detected Language
Expand Down

0 comments on commit 8220f7d

Please sign in to comment.