From 12b4d8ad95c292f5a78211d25f28f39937b833f8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:28:10 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e71b4f8f..62c2477c 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ For building the swagger definitions, create a python3 virtualenv and activate i and finally `python ./scripts/dump-swagger.py` to generate it to `./scripts/swagger/api-docs.json`. To make use of the generated file, there are a number of options: -* You can open `./scripts/swagger-preview.html`in your browser, and then open the file by clicking on `Local JSON File`. +* You can open `./scripts/swagger-preview.html` in your browser, and then open the file by clicking on `Local JSON File`. * You can run a local HTTP server by running `./scripts/swagger-http-server.py`, and then view the documentation by opening `./scripts/swagger-preview.html` in your browser.