diff --git a/docs/guides/integration-with-angular.md b/docs/guides/integration-with-angular.md index 1393402..1ac579a 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 Booking source code. First of all, stop the app an ### Step 1. Package installation -Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Booking is available 30 days only. +Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Booking 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 247a47b..7e3bd0f 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 Booking source code. First of all, stop the app an ### Step 1. Package installation -Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Booking is available 30 days only. +Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Booking 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 dfb77a2..c3564b0 100644 --- a/docs/guides/integration-with-svelte.md +++ b/docs/guides/integration-with-svelte.md @@ -58,7 +58,7 @@ Now you should get the DHTMLX Booking source code. First of all, stop the app an ### Step 1. Package installation -Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Booking is available 30 days only. +Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Booking 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 6000775..67e2f3d 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 Booking source code. First of all, stop the app an ### Step 1. Package installation -Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Booking is available 30 days only. +Download the [**trial Booking package**](/how-to-start/#installing-trial-booking-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Booking is available 30 days only. ### Step 2. Component creation diff --git a/docs/how-to-start.md b/docs/how-to-start.md index ca2fb90..46821d0 100644 --- a/docs/how-to-start.md +++ b/docs/how-to-start.md @@ -16,16 +16,16 @@ This clear and comprehensive tutorial will guide your through the steps you need You can import JavaScript Booking into your project using `yarn` or `npm` package manager. -#### Installing trial Booking via npm and yarn +#### Installing trial Booking via npm or yarn :::info If you want to use the trial version of Booking, download the trial [booking package](https://dhtmlx.com/docs/products/dhtmlxBooking/) and follow the steps mentioned in the *README* file. Note that trial booking is available for 30 days only. ::: -#### Installing PRO Booking via npm and yarn +#### Installing PRO Booking via npm or yarn :::info -If you have already purchased Booking under the proprietary license, send your **license number** to the *contact@dhtmlx.com* email in order to receive *login* and *password* for private **npm** as well as detailed guide on how to install Booking. Note that private **npm** is available before the expiration of the proprietary Booking 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 Booking license is active. ::: ## Step 2. Including source files