Skip to content

Commit c44a588

Browse files
committed
docs: typo
1 parent 9324cdf commit c44a588

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
A tool to document you package.json scripts
44

5-
## Why?
5+
## Why why?
66

7-
As your project grows you add more scripts to package.json.
8-
When a new member joins the project (or maybe you come back after a break) it's hard to understand from the script itself, what it is doing and **why** it was created.
9-
There is no a good solution to comment npm scripts from your package.json.
7+
As your project grows you add more scripts to package.json.
8+
When a new member joins the project (or maybe you come back after a break) it's hard to understand from the script itself, what it is doing and **why** it was created.
9+
There is no good solution to comment npm scripts from your package.json.
1010
This is why `npx why` exists!
1111

1212
## Demo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "why",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A tool to document you package.json scripts",
55
"main": "src/index.js",
66
"bin": "src/index.js",

0 commit comments

Comments
 (0)