Skip to content

Commit

Permalink
Readme upd againg.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterborodatyy committed Apr 2, 2017
1 parent 20196be commit d3752d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ $mt->track("button clicked", array("label" => "sign-up"));

// create/update a profile for user id 12345
$mt->people->set(array(
'$first_name' => "John",
'$last_name' => "Doe",
'$email' => "john.doe@example.com",
'$phone' => "5555555555",
'first_name' => "John",
'last_name' => "Doe",
'email' => "john.doe@example.com",
'phone' => "5555555555",
"Favorite Color" => "red"
));
```
Expand All @@ -56,10 +56,10 @@ $mt->track("button clicked", array("label" => "sign-up"));

// create/update a profile for user id 12345
$mt->people->set(array(
'$first_name' => "John",
'$last_name' => "Doe",
'$email' => "john.doe@example.com",
'$phone' => "5555555555",
'first_name' => "John",
'last_name' => "Doe",
'email' => "john.doe@example.com",
'phone' => "5555555555",
"Favorite Color" => "red"
));
```

0 comments on commit d3752d4

Please sign in to comment.