Skip to content

Commit

Permalink
Update README.md (#242)
Browse files Browse the repository at this point in the history
Enhance README.md for adding '.Bash' to the code block.
  • Loading branch information
lamtrinhdev authored Jul 30, 2024
1 parent a4a4203 commit 9e39110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ cmake --build .

# Usage

```
```Bash
> quicreach google.com
Success
```
```
```Bash
> quicreach example.com
Failure
```
Expand All @@ -51,7 +51,7 @@ Failure

### Full Help

```
```Bash
> quicreach --help
usage: quicreach <hostname(s)> [options...]
-a, --alpn <alpn> The ALPN to use for the handshake (def=h3)
Expand Down

0 comments on commit 9e39110

Please sign in to comment.