Skip to content

Commit 17a8403

Browse files
Merge pull request #22 from DHTMLX/next
Update the note related to npm (PRO)
2 parents a77ecc8 + 9f7efc8 commit 17a8403

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/guides/integration-with-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now you should get the DHTMLX Booking source code. First of all, stop the app an
5353

5454
### Step 1. Package installation
5555

56-
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.
56+
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.
5757

5858
### Step 2. Component creation
5959

docs/guides/integration-with-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Now you should get the DHTMLX Booking source code. First of all, stop the app an
5656

5757
### Step 1. Package installation
5858

59-
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.
59+
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.
6060

6161
### Step 2. Component creation
6262

docs/guides/integration-with-svelte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now you should get the DHTMLX Booking source code. First of all, stop the app an
5858

5959
### Step 1. Package installation
6060

61-
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.
61+
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.
6262

6363
### Step 2. Component creation
6464

docs/guides/integration-with-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Now you should get the DHTMLX Booking source code. First of all, stop the app an
6060

6161
### Step 1. Package installation
6262

63-
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.
63+
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.
6464

6565
### Step 2. Component creation
6666

docs/how-to-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ This clear and comprehensive tutorial will guide your through the steps you need
1616

1717
You can import JavaScript Booking into your project using `yarn` or `npm` package manager.
1818

19-
#### Installing trial Booking via npm and yarn
19+
#### Installing trial Booking via npm or yarn
2020

2121
:::info
2222
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.
2323
:::
2424

25-
#### Installing PRO Booking via npm and yarn
25+
#### Installing PRO Booking via npm or yarn
2626

2727
:::info
28-
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.
28+
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.
2929
:::
3030

3131
## Step 2. Including source files

0 commit comments

Comments
 (0)