powiaina_num.js 0.2.11 → 0.2.13

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
@@ -63,7 +63,7 @@ let k = new PowiainaNum("l0 s1 a[10,[114,514,1919,810]]"); // 0.1.x PowiainaNum.
63
63
  In browser, you can download `dist/PowiainaNum.min.js` or use
64
64
 
65
65
  ```html
66
- <script src="https://unpkg.com/powiaina_num.js@alpha"></script>
66
+ <script src="https://unpkg.com/powiaina_num.js"></script>
67
67
  ```
68
68
 
69
69
  Javascript operators will not work such as `+`, `-`, etc.