From 8220f7d280d376d1babc4bd4b19a45e9bb613bbf Mon Sep 17 00:00:00 2001 From: Levan Velijanashvili Date: Thu, 19 Mar 2015 03:57:28 +0400 Subject: [PATCH] Update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f43c8c9..bcd2fe1 100644 --- a/README.md +++ b/README.md @@ -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