]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix markdown
authorHugo Landau <hlandau@openssl.org>
Thu, 4 Apr 2024 11:43:18 +0000 (12:43 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:32 +0000 (11:27 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24037)

demos/quic/server/README.md

index 99bc10a328fb8334378e81fa7d3cea7fb507f462..0813ddc1dfe9ab79bd4cd66e94ce49b831266f48 100644 (file)
@@ -8,12 +8,12 @@ Type `make` to build and `make run` to run.
 
 Usage:
 
-```
+```bash
 ./server <port-number> <certificate-file> <key-file>
 ```
 
 Example client usage:
 
-```
+```bash
 openssl s_client -quic -alpn ossltest -connect 127.0.0.1:<port-number>
 ```