From c0808d379905a20a9287b34388a56932f58f39bd Mon Sep 17 00:00:00 2001 From: "jiangfriend@gmail.com" Date: Mon, 28 May 2012 20:17:33 +0800 Subject: [PATCH] update README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b25ca05..31dba44 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Quick Start console.info(this); }); +* run the example/test.js + + node examples/test.js Usage ----- @@ -44,11 +47,16 @@ Usage info(name) - Get information of result, see 'info' section * Curl Control + + members + debug (default: false) + - logging node-curl debug info + methods: - void reset() + void reset() - reset curl and set options to default options - void setDefaultOptions(options, reset = true) + void setDefaultOptions(options, reset = true) - set default options curl create(defaultOptions)