diff --git a/README.md b/README.md index d028187..61a5a4f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ npm install @rbnd/flows ### Via CDN ```html - - + + ``` ### Usage diff --git a/examples/react-nextjs/package.json b/examples/react-nextjs/package.json index 12f3f11..eb0318f 100644 --- a/examples/react-nextjs/package.json +++ b/examples/react-nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@rbnd/flows": "0.0.16", + "@rbnd/flows": "0.0.17", "next": "13.5.4", "react": "^18", "react-dom": "^18" diff --git a/examples/vanilla-js/index.html b/examples/vanilla-js/index.html index 6dd3150..e432a56 100644 --- a/examples/vanilla-js/index.html +++ b/examples/vanilla-js/index.html @@ -6,10 +6,10 @@ Vanilla JS example - Flows JS - + diff --git a/package.json b/package.json index 3d26928..cbba2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rbnd/flows", - "version": "0.0.16", + "version": "0.0.17", "description": "A better way to onboard users and drive product adoption.", "repository": { "type": "git",