tenjs 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|