@rechat/sdk 0.3.0 → 0.3.1

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 +3 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
 
2
2
  Rechat SDK library allows you to integrate your website or application with Rechat.
3
3
 
4
- [[include:Installation.md]]
5
-
6
4
  #### Basic Example
7
5
 
8
6
  ```html
@@ -46,6 +44,6 @@ Rechat SDK library allows you to integrate your website or application with Rech
46
44
  ```
47
45
 
48
46
  #### More Examples
49
- [Lead Capture](examples/lead-capture.html)
50
- [Lead Tracker](examples/lead-tracker.html)
51
- [Lead Form](examples/lead-form.html)
47
+ [Lead Capture](./public/examples/lead-capture.html)
48
+ [Lead Tracker](./public/examples/lead-tracker.html)
49
+ [Lead Form](./public/examples/lead-form.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rechat/sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {