tenjs 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,10 +3,14 @@
3
3
 
4
4
  ## How to use
5
5
  1. Install
6
- ```$ npm install tenjs```
6
+ ```
7
+ $ npm install tenjs
8
+ ```
7
9
  2. Import
8
- ```const { ONE, TWO, ... } = require('tenjs');```
10
+ ```
11
+ const { ONE, TWO, ... } = require('tenjs');
12
+ ```
9
13
  3. Profit.
10
14
 
11
15
  ## Motivation
12
- My motivation behind this project was that I always thought typing out all numbers was really annoying and I could do it in a better way so I created this package.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjs",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A library providing you with all numbers from 0 to 10.",
5
5
  "main": "lib.js",
6
6
  "keywords": [