@smartico/public-api 0.0.85 → 0.0.86
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 @@ As soon as the _smartico object is available in the global context and the user
|
|
|
17
17
|
|
|
18
18
|
```javascript
|
|
19
19
|
|
|
20
|
-
_smartico.api.
|
|
20
|
+
_smartico.api.getLevels().then( levels => {
|
|
21
21
|
console.log('There are ' + levels.length + ' levels available');
|
|
22
22
|
});
|
|
23
23
|
|
package/package.json
CHANGED