tenjs 1.0.0 → 1.0.1

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 +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. This is 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.1",
4
4
  "description": "A library providing you with all numbers from 0 to 10.",
5
5
  "main": "lib.js",
6
6
  "keywords": [