Skip to content

Commit 95eb98d

Browse files
authored
Update README.md
Fixed install commands
1 parent c1c6973 commit 95eb98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ The library was written in C++ and does not require additional runtime environme
4040

4141
Are you ready to give Aspose.PDF for JavaScript via C++ a try?
4242

43-
- Execute `npm install git+https://github.com/asposepdf/aspose-pdf-js.git` in Terminal in Visual Studio Code or in another console.
43+
- Execute `npm install git+https://github.com/aspose-pdf/Aspose.PDF-for-JavaScript-via-CPP` in Terminal in Visual Studio Code or in another console.
4444
- You can also add one line in `dependency` section of `package.json` manually
4545

4646
```json
4747
"dependencies": {
4848
"some-package": "link",
49-
"aspose-pdf-js": "github:asposepdf/aspose-pdf-js",
49+
"aspose-pdf-js": "github:aspose-pdf/Aspose.PDF-for-JavaScript-via-CPP",
5050
"another-package": "link"
5151
}
5252
```

0 commit comments

Comments
 (0)