Skip to content

Commit 9dd989f

Browse files
Merge pull request #44 from DHTMLX/next
Update the note related to npm (PRO)
2 parents 06af4a3 + 38894ba commit 9dd989f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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 Event Calendar source code. First of all, stop the
5353

5454
### Step 1. Package installation
5555

56-
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
56+
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar 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 Event Calendar source code. First of all, stop the
5656

5757
### Step 1. Package installation
5858

59-
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
59+
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar 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 Event Calendar source code. First of all, stop the
5858

5959
### Step 1. Package installation
6060

61-
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
61+
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar 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 Event Calendar source code. First of all, stop the
6060

6161
### Step 1. Package installation
6262

63-
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
63+
Download the [**trial Event Calendar package**](/how_to_start/#installing-trial-event-calendar-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Event Calendar is available 30 days only.
6464

6565
### Step 2. Component creation
6666

docs/how_to_start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ There are two necessary files:
3535
</html>
3636
~~~
3737

38-
### Installing Event Calendar via npm and yarn
38+
### Installing Event Calendar via npm or yarn
3939

4040
You can import JavaScript Event Calendar into your project using `yarn` or `npm` package manager.
4141

4242
:::info
4343
If you want to integrate Event Calendar into React, Angular, Svelte or Vue projects, refer to the corresponding [**integration guides**](/category/backend-and-frameworks-integration/) for more information.
4444
:::
4545

46-
#### Installing trial Event Calendar via npm and yarn
46+
#### Installing trial Event Calendar via npm or yarn
4747

4848
:::info
4949
If you want to use trial version of Event Calendar, download the [**trial Event Calendar package**](https://dhtmlx.com/docs/products/dhtmlxEventCalendar/download.shtml) and follow steps mentioned in the *README* file. Note that trial Event Calendar is available 30 days only.
5050
:::
5151

52-
#### Installing PRO Event Calendar via npm and yarn
52+
#### Installing PRO Event Calendar via npm or yarn
5353

5454
:::info
55-
If you have already own Event Calendar 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 Event Calendar. Note that private **npm** is available before the expiration of the proprietary Event Calendar license.
55+
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 Event Calendar license is active.
5656
:::
5757

5858
## Step 2. Creating Event Calendar

0 commit comments

Comments
 (0)