diff --git a/docs/guides/integration_with_angular.md b/docs/guides/integration_with_angular.md index 49b9c25..e4872ec 100644 --- a/docs/guides/integration_with_angular.md +++ b/docs/guides/integration_with_angular.md @@ -53,7 +53,7 @@ Now you should get the DHTMLX Kanban source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. +Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. ### Step 2. Component creation diff --git a/docs/guides/integration_with_react.md b/docs/guides/integration_with_react.md index a7ca80b..bf50b67 100644 --- a/docs/guides/integration_with_react.md +++ b/docs/guides/integration_with_react.md @@ -56,7 +56,7 @@ Now you should get the DHTMLX Kanban source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. +Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. ### Step 2. Component creation diff --git a/docs/guides/integration_with_svelte.md b/docs/guides/integration_with_svelte.md index 5428e81..edc75cb 100644 --- a/docs/guides/integration_with_svelte.md +++ b/docs/guides/integration_with_svelte.md @@ -64,7 +64,7 @@ Now you should get the DHTMLX Kanban source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. +Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. ### Step 2. Component creation diff --git a/docs/guides/integration_with_vue.md b/docs/guides/integration_with_vue.md index eac7a2e..49d6fa0 100644 --- a/docs/guides/integration_with_vue.md +++ b/docs/guides/integration_with_vue.md @@ -60,7 +60,7 @@ Now you should get the DHTMLX Kanban source code. First of all, stop the app and ### Step 1. Package installation -Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. +Download the [**trial Kanban package**](/how_to_start/#installing-kanban-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Kanban is available 30 days only. ### Step 2. Component creation diff --git a/docs/how_to_start.md b/docs/how_to_start.md index 8c390ae..a08a4e3 100644 --- a/docs/how_to_start.md +++ b/docs/how_to_start.md @@ -35,20 +35,20 @@ There are two necessary files: ~~~ -### Installing Kanban via npm and yarn +### Installing Kanban via npm or yarn You can import JavaScript Kanban into your project using `yarn` or `npm` package manager. -#### Installing trial Kanban via npm and yarn +#### Installing trial Kanban via npm or yarn :::info If you want to use trial version of Kanban, download the [**trial Kanban package**](https://dhtmlx.com/docs/products/dhtmlxKanban/download.shtml) and follow steps mentioned in the *README* file. Note that trial Kanban is available 30 days only. ::: -#### Installing PRO Kanban via npm and yarn +#### Installing PRO Kanban via npm or yarn :::info -If you have already own Kanban under the proprietary license, send your **license number** on the *contact@dhtmlx.com* email to receive *login* and *password* for private **npm** as well as detailed guide on how to install Kanban. Note that private **npm** is available before the expiration of the proprietary Kanban license. +You can access the DHTMLX private **npm** directly in the [Client's Area](https://dhtmlx.com/clients/) by generating your login and password for **npm**. A detailed installation guide is also available there. Please note that access to the private **npm** is available only while your proprietary Kanban license is active. ::: ## Step 2. Creating Kanban