From 3f10f3060f950b66d30fb8db14a7dca58c73dbff Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 4 Feb 2022 11:13:39 +1100 Subject: [PATCH] Add note about caching --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29889c16..0faec85a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ simplehttpserver ``` And api spec will render on [http://localhost:8000](http://localhost:8000). +Users may need to tick the "Disable Cache" box in their browser's developer tools to see changes after modifying the source. + ## Contributing Api spec is checked for lint errors before merge.