From cabe6522f6b2bdeddeb4065056a03505dff62a25 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Wed, 11 Nov 2015 14:22:51 -0800 Subject: [PATCH] Add documentation link to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a409dd..42ad4a1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ json-request Rust library for talking to JSON HTTP servers +[Documentation][] + ## Usage One method, `request`, is exposed which makes HTTP requests and provides @@ -49,3 +51,5 @@ git = "https://github.com/jwilm/json-request" - *TODO*: The `data` parameter should be url encoded and appended to the URL for GET requests. - *TODO*: Would be nice to have a DSL macro that's a little more user friendly + +[Documentation]: http://jwilm.github.io/json-request/json_request