From 859434db2f907a5be973908696edf7bb7d987a1a Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Wed, 27 Jun 2018 16:07:32 +0300 Subject: [PATCH] Introduction --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d783615..4ac8c1f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Examples: ## [≡](#contents) [▶](https://calmm-js.github.io/karet.xhr/index.html#contents) Contents +* [Introduction](#introduction) * [Reference](#reference) * [Convenience](#convenience) * [`XHR.getJson(url | {url[, ...]}) ~> varies`](#XHR-getJson) @@ -72,7 +73,12 @@ Examples: * [Auxiliary](#auxiliary) * [`XHR.isHttpSuccess(number) ~> boolean`](#XHR-isHttpSuccess) -## [≡](#contents) [▶](https://calmm-js.github.io/karet.xhr/index.html#reference) Reference +## [≡](#contents) [▶](https://calmm-js.github.io/karet.xhr/index.html#introduction) [Introduction](#introduction) + +To-Be-Done + +## [≡](#contents) [▶](https://calmm-js.github.io/karet.xhr/index.html#reference) [Reference](#reference) + The interface of this library consists of named exports. Typically one just imports the library as: