From: Hugo Landau Date: Mon, 16 Oct 2023 14:02:10 +0000 (+0100) Subject: Fix markdown X-Git-Tag: openssl-3.2.0-beta1~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f54da4136063aa1c2aba8a80c15363ab9517997;p=thirdparty%2Fopenssl.git Fix markdown Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/22369) --- diff --git a/demos/http3/README.md b/demos/http3/README.md index 16fe2bad00c..e087aba1e18 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 ```