We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157641d commit 665ca90Copy full SHA for 665ca90
1 file changed
README.md
@@ -52,7 +52,7 @@ See [Another World on Wikidata](http://www.wikidata.org/entity/Q257469):
52
# Encoded URL: http://www.wikidata.org/entity/Q257469
53
printf "gemini://localhost/http%3A%2F%2Fwww.wikidata.org%2Fentity%2FQ257469\r\n" | openssl s_client -connect 127.0.0.1:1965 -quiet
54
```
55
-(Note: `%%` is for printf escaping in bash).
+(Note: you will need `%%` for printf escaping in bash).
56
57
**Output:**
58
```text
0 commit comments