From e72ded9605f8625026357dde0c86e2b596bb98da Mon Sep 17 00:00:00 2001 From: Adam Sven Johnson Date: Tue, 22 Nov 2022 13:47:00 +1300 Subject: [PATCH] Update config flag in example --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 18fc3a39..d62f7571 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,7 +44,7 @@ To build the `bramble` command: ```bash go build -o bramble ./cmd -./bramble -conf config.json +./bramble -config config.json ``` To run the tests: