Skip to content

Commit a67813d

Browse files
committed
2 parents 23636c3 + ba8809a commit a67813d

File tree

6 files changed

+402
-397
lines changed

6 files changed

+402
-397
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@
88

99
JavaScript wrapper for Labs64 NetLicensing [RESTful API](http://l64.cc/nl10)
1010

11-
## How To Use
11+
## How to Use
1212

1313
NetLicensing JavaScript Client was designed to work both in the browser and in Node.js.
1414

1515
In order to use NetLicensing JavaScript Client, you must include the compiled and minified JavaScript file in your project. There are multiple options for including these pre-compiled files, also known as a distribution, in your website or application.
1616

17-
### Node.js
18-
19-
```
20-
$ npm install netlicensing-client
21-
```
22-
2317
### Using from a CDN
2418

2519
A CDN (Content Delivery Network) is the fastest way to get up and running with NetLicensing JavaScript Client.
@@ -28,7 +22,7 @@ Simply include the following lines of code in the `<head>` section of your page
2822
<script src="https://cdn.jsdelivr.net/gh/Labs64/NetLicensingclient-javascript@x.y.z/dist/netlicensing-client.min.js"></script>
2923
```
3024

31-
### Installing with npm
25+
### Installing with Node.js / npm
3226

3327
NetLicensing JavaScript Client is available on [npmjs](https://www.npmjs.com/package/netlicensing-client). Add the following to your `package.json` file and then run `npm install`:
3428
```
@@ -37,6 +31,12 @@ NetLicensing JavaScript Client is available on [npmjs](https://www.npmjs.com/pac
3731
}
3832
```
3933

34+
or execute following command in your Node.js environment:
35+
36+
```
37+
$ npm install netlicensing-client
38+
```
39+
4040
### Manual installation
4141

4242
We strongly recommend that you use either a CDN or a package manager like npm. This will make it easier for you to deploy your project in different environments, and easily update NetLicensing JavaScript Client when new versions are released. Nonetheless, if you prefer to integrate NetLicensing into your project manually, you can [download the release of your choice](https://github.com/Labs64/NetLicensingClient-javascript/releases) from GitHub and copy the files from the `dist` directory into your project.

0 commit comments

Comments
 (0)