diff --git a/README.md b/README.md index a375926..a0a3c85 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/examples.md b/examples/README.md similarity index 100% rename from examples/examples.md rename to examples/README.md