Skip to content

Commit 2dda9dc

Browse files
committed
clarify output
we consistently showcase commands without $ prompt, so it'd be inconsistent to start using it here.
1 parent e66bb17 commit 2dda9dc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,18 @@ links. However, it can do more.
119119

120120
## External links
121121

122-
Hyperlink does not know how to check external links, but it gives you some tools to extract them.
122+
Hyperlink does know how to check external links, but it gives you some tools to
123+
extract them. Output is just the external URLs, separated by newline.
123124

124125
```
125126
hyperlink dump-external-links build/
126-
# http://example.com/myurl
127-
# ...
127+
```
128+
129+
Output:
130+
131+
```
132+
http://example.com/myurl
133+
...
128134
```
129135

130136
This allows you to plug in your own logic that fits the requirements for your

0 commit comments

Comments
 (0)