Skip to content

Commit 453999e

Browse files
correct docs
1 parent 7df51d5 commit 453999e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ To use Aspose HTML for Cloud Node.js SDK you need to register an account with [A
2929
npm install @asposecloud/aspose-html-cloud --save
3030
```
3131

32+
#### git
33+
Install it via:
34+
```shell
35+
npm install https://github.com/aspose-html-cloud/aspose-html-cloud-nodejs --save
36+
```
37+
3238
## Getting Started
3339

3440
1. **Sign Up**. Before you begin, you need to sign up for an account on our [Dashboard](https://dashboard.aspose.cloud/) and retrieve your [credentials](https://dashboard.aspose.cloud/#/apps).
@@ -146,11 +152,6 @@ npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
146152
You should now be able to `require('@asposecloud/aspose-html-cloud')` in javascript files from the directory you ran the last
147153
command above from.
148154

149-
#### git
150-
Install it via:
151-
```shell
152-
git install https://github.com/aspose-html-cloud/aspose-html-cloud-nodejs --save
153-
```
154155

155156
### For browser
156157
The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following

0 commit comments

Comments
 (0)