summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 639a824..d00d556 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ $cut->proxy(host, port);
$cut->auth(user, pass);
$cut->header('Cache-Control: no-cache');
$cut->contentType('application/xml');
-$response = $cut->get('/');
+$response = $cut->post('<a>makapaka</a>');
```
Enjoy!