From 705f98bf86daed50d7add55a7f575c3885f1936e Mon Sep 17 00:00:00 2001 From: alufers Date: Thu, 12 May 2022 15:53:43 +0200 Subject: [PATCH] Add html link to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3230828..db3fa86 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ To create a specification by inspecting HTTP traffic you will need to: See the [examples](./examples/). You will find a generated schema there and a html file with the generated documentation (via [redoc-cli](https://www.npmjs.com/package/redoc-cli)). +See the generated html file [here](https://raw.githack.com/alufers/mitmproxy2swagger/master/example_outputs/lisek-static.html). + ## License MIT