Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jper92 committed Mar 13, 2015
1 parent ba1b822 commit 5b5de64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Ejemplo de creación de instancia del api:
require 'im-contactosms-sdk-php/src/SmsApi.php';


/* I want my responses as objects... did you want arrays?
change last parameter to true */
/* Quiero mis respuestas como StdObj... querías arrays?
cambia el último parámetro a true */
$api = new SmsApi(API_KEY, API_SECRET, API_URL, false);

```
Expand Down

0 comments on commit 5b5de64

Please # to comment.