Skip to content

Commit 50ee285

Browse files
Merge pull request #53 from DHTMLX/next
Update the note related to npm (PRO)
2 parents 2ac26f7 + c071eaf commit 50ee285

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 Kanban source code. First of all, stop the app and
5353

5454
### Step 1. Package installation
5555

56-
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.
56+
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.
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 Kanban source code. First of all, stop the app and
5656

5757
### Step 1. Package installation
5858

59-
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.
59+
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.
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
@@ -64,7 +64,7 @@ Now you should get the DHTMLX Kanban source code. First of all, stop the app and
6464

6565
### Step 1. Package installation
6666

67-
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.
67+
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.
6868

6969
### Step 2. Component creation
7070

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 Kanban source code. First of all, stop the app and
6060

6161
### Step 1. Package installation
6262

63-
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.
63+
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.
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,20 +35,20 @@ There are two necessary files:
3535
</html>
3636
~~~
3737

38-
### Installing Kanban via npm and yarn
38+
### Installing Kanban via npm or yarn
3939

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

42-
#### Installing trial Kanban via npm and yarn
42+
#### Installing trial Kanban via npm or yarn
4343

4444
:::info
4545
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.
4646
:::
4747

48-
#### Installing PRO Kanban via npm and yarn
48+
#### Installing PRO Kanban via npm or yarn
4949

5050
:::info
51-
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.
51+
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.
5252
:::
5353

5454
## Step 2. Creating Kanban

0 commit comments

Comments
 (0)