Skip to content

Commit 665ca90

Browse files
committed
User-Agent header for servers that need it e.g. Wikidata
1 parent 157641d commit 665ca90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See [Another World on Wikidata](http://www.wikidata.org/entity/Q257469):
5252
# Encoded URL: http://www.wikidata.org/entity/Q257469
5353
printf "gemini://localhost/http%3A%2F%2Fwww.wikidata.org%2Fentity%2FQ257469\r\n" | openssl s_client -connect 127.0.0.1:1965 -quiet
5454
```
55-
(Note: `%%` is for printf escaping in bash).
55+
(Note: you will need `%%` for printf escaping in bash).
5656

5757
**Output:**
5858
```text

0 commit comments

Comments
 (0)