physical-quantity 1.3.2 → 1.3.3
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,6 +47,8 @@ The `physical-quantity` components are available as a WordPress plugin [CalcsLiv
|
|
|
47
47
|
|
|
48
48
|
```
|
|
49
49
|
[calcslive_qty value="25.4" unit="mm"]
|
|
50
|
+
[calcslive_qty value='2000' unit="g"]
|
|
51
|
+
[calcslive_qty value=2 unit="in"]
|
|
50
52
|
[calcslive_qty_pair values="10x20" unit="cm"]
|
|
51
53
|
[calcslive_qty_triplet values="(10, 20, 30)" unit="cm"]
|
|
52
54
|
```
|
package/package.json
CHANGED