From e44d90eb0fa3360f6c18a7a948c6445fc4743a0e Mon Sep 17 00:00:00 2001 From: Calum Young Date: Mon, 13 Jun 2022 14:52:46 +0100 Subject: [PATCH] Add documentation to fix #50 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3a73c44..da0503a 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ Next you need to inject the loading of the livereload javascript. You can do thi {% livereload_script %} -Either of these options will inject the ``livereload.js`` script into your webpages if ``DEBUG`` setting is on. +Either of these options will inject the ``livereload.js`` script into your webpages if ``DEBUG`` setting is on and a head tag is present. Configuration -------------