diff --git a/README.md b/README.md index 434a269..23659cc 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ Add the below code to your head section in HTML document. ```html ... - - - - + + + + ``` Call the designer by: diff --git a/examples/assets/lib.js b/examples/assets/lib.js index c17f8a7..08e415e 100644 --- a/examples/assets/lib.js +++ b/examples/assets/lib.js @@ -16,7 +16,7 @@ function embedStylesheet(url) { const baseUrl = isTestEnv() ? '..' - : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.0'; + : '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.2.1'; embedScript(`${baseUrl}/lib/designer.js`); embedStylesheet(`${baseUrl}/css/designer.css`);