diff --git a/.github/images/readme-illustration-dark.png b/.github/images/readme-illustration-dark.png index e34b44d4a77..415efa8189c 100644 Binary files a/.github/images/readme-illustration-dark.png and b/.github/images/readme-illustration-dark.png differ diff --git a/.github/images/readme-illustration-light.png b/.github/images/readme-illustration-light.png index 2c66c9ec1e1..78f03de7139 100644 Binary files a/.github/images/readme-illustration-light.png and b/.github/images/readme-illustration-light.png differ diff --git a/README.md b/README.md index 225c1467872..4dc78beebe0 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ Typebot is an open-source alternative to Landbot. It allows you to create conver - Conditional branching, URL redirections - Beautiful animations - Theme is 100% customizable -- Embed as a container, popup, or chat bubble with a native JS library +- Embed as a container, popup, or chat bubble easily with the native JS library - In-depth analytics -#### VIDEO +For more info, visit the [landing page](https://www.typebot.io) ## Getting started with Typebot The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). -It takes 1 minute to try out the builder for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste Arnaud, Typebot's founder. +It takes 1 minute to try out the builder for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder. That's also the best way to support my work, open-source software, and you'll get great service! diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 0dbd21459d5..8a1edc21363 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -2,7 +2,7 @@ "name": "scripts", "version": "1.0.0", "main": "index.js", - "license": "MIT", + "license": "AGPL-3.0-or-later", "private": true, "scripts": { "start:local": "ts-node index.ts", diff --git a/packages/typebot-js/package.json b/packages/typebot-js/package.json index d333ca4961e..94b794dd8b5 100644 --- a/packages/typebot-js/package.json +++ b/packages/typebot-js/package.json @@ -3,7 +3,7 @@ "version": "2.2.0", "main": "dist/index.js", "unpkg": "dist/index.umd.min.js", - "license": "MIT", + "license": "AGPL-3.0-or-later", "scripts": { "build": "yarn lint && rollup -c", "lint": "eslint src --ext .ts && eslint tests --ext .ts", diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index b06178df793..7231efa5b22 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -4,7 +4,7 @@ "main": "index.js", "repository": "https://github.com/typebot-io/wordpress.git", "author": "baptisteArno", - "license": "MIT", + "license": "AGPL-3.0-or-later", "devDependencies": { "@prettier/plugin-php": "^0.18.3" },