Skip to content

Commit

Permalink
[update] Update Readme.md catfan#233
Browse files Browse the repository at this point in the history
  • Loading branch information
catfan committed Apr 28, 2015
1 parent 76574af commit a757abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $database = new medoo([

// Enjoy
$database->insert('account', [
'user_name' => 'foo'
'user_name' => 'foo',
'email' => '[email protected]',
'age' => 25,
'lang' => ['en', 'fr', 'jp', 'cn']
Expand Down

0 comments on commit a757abc

Please sign in to comment.