8000 Update README.md · realpython/rptree@f6e952f · GitHub
[go: up one dir, main page]

Skip to content

Commit f6e952f

Browse files
committed
Update README.md
1 parent b407167 commit f6e952f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ pip install rptree
1616
$ rptree /path/to/directory/
1717
```
1818

19-
**Note:** The `-h` or `--help` option provides help on how to use RP Tree.
19+
**Note:** The `-h` or `--help` option provides help on using RP Tree.
2020

2121
## Sample Output
2222

@@ -31,10 +31,10 @@ $ rptree hello/
3131
├── tests/
3232
│ └── test_hello.py
3333
34-
├── requirements.txt
35-
├── setup.py
34+
├── LICENSE
3635
├── README.md
37-
└── LICENSE
36+
├── requirements.txt
37+
└── setup.py
3838
```
3939

4040
That's it! You've generated a nice directory tree diagram.
@@ -52,6 +52,8 @@ RP Tree also provides the following options:
5252

5353
## Release History
5454

55+
- 0.1.1
56+
- Display the entries in alphabetical order
5557
- 0.1.0
5658
- A work in progress
5759

0 commit comments

Comments
 (0)
0