summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-10-16 15:02:10 +0100
committerHugo Landau <hlandau@openssl.org>2023-10-19 08:28:59 +0100
commit9f54da4136063aa1c2aba8a80c15363ab9517997 (patch)
tree6e6b29d9eb19a405acdd5661b4a96a4757ee7419 /demos
parentf92d4a07ccdcce9c446db26e8ad01e880f007f39 (diff)
Fix markdown
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22369)
Diffstat (limited to 'demos')
-rw-r--r--demos/http3/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/http3/README.md b/demos/http3/README.md
index 16fe2bad00..e087aba1e1 100644
--- a/demos/http3/README.md
+++ b/demos/http3/README.md
@@ -24,7 +24,7 @@ trusted root CA certificates can be found.
After building by running `make`, run `./ossl-nghttp3-demo` with a hostname and
port as the sole argument:
-```
+```shell
$ make
$ ./ossl-nghttp3-demo www.google.com:443
```