diff --git a/README.md b/README.md index 184eccb..87870ce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - A better way to onboard users and drive product adoption. -[![npm version](https://badge.fury.io/js/@rbnd%2Fflows.svg)](https://badge.fury.io/js/@rbnd%2Fflows) +[![npm version](https://badge.fury.io/js/@flows%2Fjs.svg)](https://badge.fury.io/js/@flows%2Fjs.svg) ## Examples @@ -14,20 +14,20 @@ ### NPM package ```bash -npm install @rbnd/flows +npm install @flows/js ``` ### Via CDN ```html - - + + ``` ### Usage ```js -import { init } from "@rbnd/flows" +import { init } from "@flows/js" init({ flows: [ ... ] }) diff --git a/examples/vanilla-js/index.html b/examples/vanilla-js/index.html index 6033e1b..d71e2b7 100644 --- a/examples/vanilla-js/index.html +++ b/examples/vanilla-js/index.html @@ -7,7 +7,7 @@ - + diff --git a/workspaces/js/package.json b/workspaces/js/package.json index a52e263..dd8c320 100644 --- a/workspaces/js/package.json +++ b/workspaces/js/package.json @@ -1,7 +1,28 @@ { "name": "@flows/js", - "description": "A better way to onboard users and drive product adoption.", - "version": "0.0.30", + "description": "Flows - SDK for building advanced user onboarding tours. Supports no-code or in-code flows. With advanced features like Wait or Conditional steps to create the ultimate onboarding tour, boosting product adoption. Optimize user journey, increase engagement, and enhance product experiences with Flows.", + "keywords": [ + "react", + "javascript", + "html", + "ux", + "guide", + "spotlight", + "popover", + "overlay", + "users", + "vanilla-js", + "saas", + "onboarding", + "tour", + "walkthrough", + "user-onboarding", + "feature-introductions", + "onboarding-tool", + "product-adoption", + "product-tours" + ], + "version": "0.0.31", "repository": { "type": "git", "url": "git+https://github.com/RBND-studio/flows-js.git" @@ -30,7 +51,7 @@ "test:watch": "jest --watch", "lint": "eslint", "tsc": "tsc -p tsconfig.json", - "release": "pnpm build && pnpm publish --access=public --no-git-checks" + "release": "cp ../../README.md . && pnpm build && pnpm publish --access=public --no-git-checks" }, "dependencies": { "@floating-ui/dom": "^1.5.3",