Skip to content

Commit

Permalink
Fix wrong instruction in sample.md (#4792)
Browse files Browse the repository at this point in the history
Delete the "{}" which makes the ip unable to identified
  • Loading branch information
TKONIY authored Feb 3, 2025
1 parent ad4a32e commit 3b212a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ By default, the server listens on port 4567.
Start the client providing the IP address for the server. Here 127.0.0.1 is used as an example.

```Powershell
quicsample.exe -client -unsecure -target:{127.0.0.1}
quicsample.exe -client -unsecure -target:127.0.0.1
```

## Troubleshooting with Wireshark
Expand Down

0 comments on commit 3b212a0

Please sign in to comment.