para-client-js 1.40.4 → 1.40.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ This is the JavaScript client for Para.
|
|
|
17
17
|
### Quick start
|
|
18
18
|
|
|
19
19
|
```sh
|
|
20
|
-
|
|
20
|
+
npm install para-client-js --save
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
@@ -45,9 +45,9 @@ For granting resource permissions to your client users go to [console.paraio.org
|
|
|
45
45
|
|
|
46
46
|
To use `para-client-js` in the browser run:
|
|
47
47
|
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
```sh
|
|
49
|
+
npm install
|
|
50
|
+
npm run build
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
This will generate `dist/browser/para-client-js.global.iife.js` which you can include directly in the browser:
|