diff --git a/oxygen/js-include/README.md b/oxygen/js-include/README.md index 521b133..ea9068f 100644 --- a/oxygen/js-include/README.md +++ b/oxygen/js-include/README.md @@ -25,7 +25,8 @@ And use the include() function it in the script parameter of the JS operation: doOperation = function () { include('hello.js'); hello(); -}``` +} +``` ## Limitations The function needs an authorAccess variable in order to resolve relative URIs and this variable is only available in the scope of the doOperation function. This means that you can't use it