Commit a868b6f
FirstUnicorn
docs(readme): reorder sections for better flow
## Starting point
The "When to use this package" section appeared immediately after
"Installation", before the comparison table, which interrupted the
natural flow from requirements to alternatives comparison.
## Changes
Moved "When to use this package" section in README.md:
- From: lines 46-60 (after Installation section)
- To: lines 71-84 (after Comparison with alternatives table)
Also cleaned up minor whitespace:
- Removed trailing spaces in setup example code
- Removed trailing newline at end of file
## Result
Documentation now flows more logically:
1. Installation
2. Comparison table (detailed feature breakdown)
3. When to use (guidance based on that comparison)
4. Scope
The detailed comparison table now precedes the decision guidance,
allowing readers to understand capabilities before making choices.
Moved using safe-line-mover MCP for deterministic copy/paste.1 parent c615102 commit a868b6f
1 file changed
Lines changed: 17 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 46 | | |
62 | 47 | | |
63 | 48 | | |
| |||
83 | 68 | | |
84 | 69 | | |
85 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
0 commit comments