From 34d30e09fc84dde678b1cdf68a080e39c89792b5 Mon Sep 17 00:00:00 2001 From: Cweili <3weili@gmail.com> Date: Fri, 21 Jun 2019 16:47:54 +0800 Subject: [PATCH] docs: add homepage link --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4bab6b..5ceaf44 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Promise based simple HTTP/HTTPS client for browser to request JSON or string for RESTful apis, with koa-like middleware support. +[Documents and examples](https://req-json.github.io/). + ## Installation ### NPM diff --git a/package.json b/package.json index 628550c..4da229d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "author": "Cweili", "license": "MIT", - "homepage": "https://github.com/Cweili/req-json", + "homepage": "https://req-json.github.io/", "bugs": { "url": "https://github.com/Cweili/req-json/issues" },