From 6bc783451ed25535d01b710e126573609e2de059 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 16 Jun 2019 15:02:45 +0200 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cba40c..016a52a 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,14 @@ The API is as simple as https:///// ``` -where `` is one of `gitub`, `gitlab` or `bitbucket`. +where `` is one of `gitub`, `gitlab` or `bitbucket`. The HoC data can also be received as JSON by appending +`/json` to the reuqest path: +``` +https://////json +``` + +There is also an overview page available via `https:///view///` ## Building