Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #24037)
  • Loading branch information
hlandau committed Apr 19, 2024
1 parent 9144587 commit fc8732e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/quic/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

0 comments on commit fc8732e

Please sign in to comment.