dphelper 3.0.1 → 3.0.2

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
@@ -97,7 +97,11 @@ import "dphelper";
97
97
  For plain HTML/CDN:
98
98
 
99
99
  ```html
100
- <script src="https://cdn.jsdelivr.net/npm/dphelper@latest"></script>
100
+ <script src="https://unpkg.com/dphelper@3.0.1/dphelper.umd.js"></script>
101
+ <script>
102
+ console.log(dphelper.version); // 3.0.1
103
+ console.log(dphelper.isBrowser); // true
104
+ </script>
101
105
  ```
102
106
 
103
107
  ---