Skip to content

Commit 0b7174f

Browse files
authored
README.me: link to package README.md instead of folder (#391)
1 parent 361b3e6 commit 0b7174f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ go run github.com/jedib0t/go-pretty/v6/cmd/demo-table@latest colors
5252

5353
<img src="cmd/demo-table/demo-colors.png" alt="Tables with Colors within a Table in a Terminal" width="640px"/>
5454

55-
πŸ“– [Full documentation β†’](table/)
55+
πŸ“– [Full documentation β†’](table/README.md)
5656

5757
### Progress
5858

5959
Track progress of one or more tasks with ETA, speed calculation, indeterminate indicators, and customizable styles.
6060

6161
<img src="progress/images/demo.gif" alt="Progress Demo in a Terminal" width="640px"/>
6262

63-
πŸ“– [Full documentation β†’](progress/)
63+
πŸ“– [Full documentation β†’](progress/README.md)
6464

6565
### List
6666

@@ -78,12 +78,12 @@ Pretty-print hierarchical lists with multiple levels, indentation, and multiple
7878
╰─ The Gunslinger
7979
```
8080

81-
πŸ“– [Full documentation β†’](list/)
81+
πŸ“– [Full documentation β†’](list/README.md)
8282

8383
### Text
8484

8585
Utility functions to manipulate strings/text with full ANSI escape sequence support. Used extensively by other packages in this repo.
8686

8787
**Features**: Alignment (horizontal/vertical), colors & formatting, cursor control, text transformation (case, JSON, time, URLs), string manipulation (pad, trim, wrap), and more.
8888

89-
πŸ“– [Full documentation β†’](text/)
89+
πŸ“– [Full documentation β†’](text/README.md)

0 commit comments

Comments
Β (0)