rename examples.md to README.md

This commit is contained in:
Shizun Ge 2021-10-28 01:20:07 -07:00
parent 9354bf7c76
commit a0d38582f8
2 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ ssh -p 2222 localhost
If you want log like the [C implementation](https://github.com/skeeto/endlessh), you need to set both CLI arguments `-logtostderr` and `-v=1`, then the log will go to stderr. You can set different log destinations via CLI arguments.
Also check out [examples](./examples/examples.md).
Also check out [examples](./examples/README.md).
## Usage