engineering-unit-converter 0.0.4 → 0.0.5
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ npm install engineering-unit-converter
|
|
|
14
14
|
Usage
|
|
15
15
|
-----
|
|
16
16
|
|
|
17
|
-
`engineering-unit-converter` uses TypeScript to infer the
|
|
17
|
+
`engineering-unit-converter` uses TypeScript to infer the available units, I strongly recommend using it for making the dev experience better.
|
|
18
18
|
|
|
19
|
-
Using this library is simple, the above snippet shows
|
|
19
|
+
Using this library is simple, the above snippet shows an example:
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
```js
|