rdh-socket-client 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm i rdh-socket-client
10
10
  ## USAGE
11
11
 
12
12
  ```js
13
- import rdhClientSocket from 'rdh-client-socke';
13
+ import rdhClientSocket from 'rdh-socket-client';
14
14
 
15
15
  // Initialize the client with your app ID and app key
16
16
  const client = new rdhClientSocket({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rdh-socket-client",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Client Socket for rdh-socket",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",