readme-author 0.1.3 → 0.1.4

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 +9 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,14 @@ Run a single command inside your project folder and get a clean, formatted READM
8
8
 
9
9
  ---
10
10
 
11
+ ## Installation & Usage
12
+
13
+ No global install required.
14
+
15
+ ```bash
16
+ npx -y readme-author@latest .
17
+ ```
18
+
11
19
  ## Why?
12
20
 
13
21
  Most developers either:
@@ -33,11 +41,4 @@ Most developers either:
33
41
 
34
42
  No setup. No configuration. No manual input.
35
43
 
36
- ---
37
-
38
- ## Installation & Usage
39
-
40
- No global install required.
41
-
42
- ```bash
43
- npx -y readme-author@latest .
44
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "readme-author",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Zero-config CLI tool to auto-generate README.md from your project",
5
5
  "main": "dist/cli.js",
6
6
  "type": "commonjs",