Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
Inconsistent function name.
  • Loading branch information
tcdent committed Dec 4, 2013
1 parent ce41de0 commit 7cfde76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -115,7 +115,7 @@ created with `create_function` work, too.

$api = new RestClient(array(
'format' => "xml",
'decoders' => array('xml' => "my_xml_handler")
'decoders' => array('xml' => "my_xml_decoder")
));

-or-
Expand Down

0 comments on commit 7cfde76

Please sign in to comment.