tenjs 1.0.1 → 1.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,4 +13,4 @@ const { ONE, TWO, ... } = require('tenjs');
|
|
|
13
13
|
3. Profit.
|
|
14
14
|
|
|
15
15
|
## Motivation
|
|
16
|
-
My motivation behind this project was that I always thought typing out all numbers was really tedious and I could do better.
|
|
16
|
+
My motivation behind this project was that I always thought typing out all numbers was really tedious and I could do better. That's why I created this package.
|