Skip to content

Commit 1cfe408

Browse files
authored
Use heading markup for the subsections of the Use section (#6)
This allows one to directly link to the subsections using the automatically generated link tags (eg. <https://github.com/coderobe/hq#example-usage>) Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
1 parent 84f47de commit 1cfe408

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The executable will be built to `build/hq`.
2222

2323
#### Use
2424

25-
Application help text:
25+
##### Application help text
26+
2627
```
2728
hq (html query) - commandline HTML processor © Mara Robin Broda, 2018
2829
Usage: build/hq [options] <selector> <mode> [mode argument]
@@ -57,7 +58,7 @@ Examples:
5758
curl -sSL https://example.com | build/hq a attr href
5859
```
5960

60-
Example usage:
61+
#### Example usage
6162

6263
`curl -s https://coderobe.net | hq a data`
6364
```

0 commit comments

Comments
 (0)