We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666e7b2 commit a946c0dCopy full SHA for a946c0d
README.md
@@ -29,10 +29,16 @@ Are you having trouble with SDS SDK JS? We want to help!
29
30
## Getting started
31
32
-### Install from the public npm:
+### Install from the public npm (Currently not available):
33
34
```
35
-npm install @omp-sdk/aspect-model-loader
+npm install @sds/aspect-model-loader
36
+```
37
+
38
+### Install from github release repository:
39
40
41
+npm install [email protected]:OpenManufacturingPlatform/sds-sdk-js-aspect-model-loader.git#<TAG_VERSION>
42
43
44
## Usage
0 commit comments