From d8282204c62957b43e3e917192a42d5366b19de5 Mon Sep 17 00:00:00 2001 From: Eric van der Vlist Date: Sun, 25 Apr 2021 15:21:58 +0200 Subject: [PATCH] Typo --- oxygen/js-include/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/oxygen/js-include/README.md b/oxygen/js-include/README.md index df77951..4d0e916 100644 --- a/oxygen/js-include/README.md +++ b/oxygen/js-include/README.md @@ -17,7 +17,6 @@ include = function (filepath, isAbsolute) { text = String(text); eval(text); } -} ``` And use the include() function it in the script parameter of the JS operation: