skapi-js 1.0.67 → 1.0.68
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 +3 -1
- package/dist/skapi.js +1 -1
- package/dist/skapi.js.map +1 -1
- package/dist/skapi.module.js +1 -1
- package/dist/skapi.module.js.map +1 -1
- package/js/main/skapi.js +1 -1
- package/js/methods/user.js +1 -4
- package/js/methods/user.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,9 @@ For vanilla HTML projects, import Skapi in the script tag, and initialize the li
|
|
|
46
46
|
</script>
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
**Be sure to replace `'service_id'` and `'owner_id'` with the actual values of your service
|
|
49
|
+
**Be sure to replace `'service_id'` and `'owner_id'` with the actual values of your service**
|
|
50
|
+
|
|
51
|
+
For more information, check out our [documentation](https://docs.skapi.com/introduction/getting-started.html).
|
|
50
52
|
|
|
51
53
|
### For SPA projects:
|
|
52
54
|
|