Skip to content

Commit 23cd71e

Browse files
author
Oliver Weiler
committed
chore: Update README.md
1 parent 1e0a309 commit 23cd71e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@ autoload -U +X bashcompinit && bashcompinit
5959

6060
## :mag: Usage
6161

62-
Get a list of parent directory names.
62+
### Get a list of parent directory names
6363

6464
```sh
6565
$ up <tab>
6666
.up / completion helpermethod home
6767
```
6868

69-
Jump to a parent directory by name.
69+
### Jump to a parent directory by name
7070

71-
```
71+
```sh
7272
$ up completion
7373
```
7474

75-
Jump to a parent directory by prefix.
75+
### Jump to a parent directory by name prefix
7676

7777
```sh
78-
$ up co<tab>
78+
up co<tab>
7979
```

0 commit comments

Comments
 (0)