From 4d5b2cb9991795a85045e7a9413196bf1865c3a9 Mon Sep 17 00:00:00 2001 From: Andrew Stephan Date: Mon, 31 Mar 2014 20:29:56 -0400 Subject: [PATCH] fixed broken link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3db1ef..e763628 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Accept all SSL certificates. Or disable accepting all certificates. console.log('error :('); }); -### post Execute a POST request. Takes a URL, parameters, and headers. #### success