diff --git a/README.md b/README.md index 7625339..012a0ae 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ make build 3. Copy and configure the sample config: ```bash -cp config.yaml.sample config.yaml +cp config.sample.yaml config.yaml # Edit config.yaml with your settings ``` diff --git a/config.yaml.sample b/config.sample.yaml similarity index 100% rename from config.yaml.sample rename to config.sample.yaml