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.
Files changed (2) hide show
  1. package/README.md +2 -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 avalaible units, I strongly recommend to use TypeScript for make the dev experience better.
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 a example:
19
+ Using this library is simple, the above snippet shows an example:
20
20
 
21
21
 
22
22
  ```js
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/alanhaertel/engineering-unit-converter.git"
6
6
  },
7
- "version": "0.0.4",
7
+ "version": "0.0.5",
8
8
  "keywords": [
9
9
  "units",
10
10
  "engineering",