diff --git a/docs/guides/integration_with_angular.md b/docs/guides/integration_with_angular.md index 4fad142..893f5dd 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 To Do List source code. First of all, stop the app ### Step 1. Package installation -Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial To Do List is available 30 days only. +Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial To Do List 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 7df9545..f05fe9f 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 To Do List source code. First of all, stop the app ### Step 1. Package installation -Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial To Do List is available 30 days only. +Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial To Do List 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 dc2c956..8183911 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 To Do List source code. First of all, stop the app ### Step 1. Package installation -Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial To Do List is available 30 days only. +Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial To Do List 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 6fff083..cc77354 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 To Do List source code. First of all, stop the app ### Step 1. Package installation -Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial To Do List is available 30 days only. +Download the [**trial To Do List package**](/how_to_start/#installing-to-do-list-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial To Do List is available 30 days only. ### Step 2. Component creation diff --git a/docs/how_to_start.md b/docs/how_to_start.md index e0f420d..a3ec38a 100644 --- a/docs/how_to_start.md +++ b/docs/how_to_start.md @@ -41,20 +41,20 @@ You need to include the following two files: ~~~ -### Installing To Do List via npm and yarn +### Installing To Do List via npm or yarn You can import JavaScript To Do List into your project using `yarn` or `npm` package manager. -#### Installing trial To Do List via npm and yarn +#### Installing trial To Do List via npm or yarn :::info If you want to use trial version of To Do List, download the [**trial To Do List package**](https://dhtmlx.com/docs/products/dhtmlxTodo/download.shtml) and follow steps mentioned in the *README* file. Note that trial To Do List is available 30 days only. ::: -#### Installing PRO To Do List via npm and yarn +#### Installing PRO To Do List via npm or yarn :::info -If you have already own To Do List 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 To Do List. Note that private **npm** is available before the expiration of the proprietary To Do List 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 To Do List license is active. ::: ## Step 2. Create To Do List