Skip to content

Commit

Permalink
Final Markdown version (fixed typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvdgulik committed Apr 15, 2010
1 parent 5c6c6ee commit 412fb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -41,8 +41,8 @@ Set a message
Set an array of messages

$data = array(
message'=>'this is just a message',
notice'=>'this is just a notice'
'message'=>'this is just a message',
'notice'=>'this is just a notice'
);

$this->message->set($data);
Expand Down

0 comments on commit 412fb8e

Please sign in to comment.