From 1ae52d74363d07066f12eaa95eb8e3c4c7ec464c Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Tue, 8 Oct 2019 09:41:37 -1000 Subject: [PATCH] Fix #574 -- Update jQuery documentation Update jQuery documentation to reflect jQuery versino support. --- docs/get_started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/get_started.rst b/docs/get_started.rst index d545c79..2b3f10a 100644 --- a/docs/get_started.rst +++ b/docs/get_started.rst @@ -57,9 +57,9 @@ with:: External Dependencies --------------------- -* jQuery version 2 - This is not included in the package since it is expected - that in most scenarios this would already be available. +* jQuery (version >=2) + jQuery is not included in the package since it is expected + that in most scenarios is is already loaded. Example Application -------------------