summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexey Yerin <yyp@disroot.org>2021-11-28 16:52:25 +0300
committerHubert Hirtz <hubert@hirtz.pm>2021-11-29 08:43:39 +0100
commit127199a681e74c003e7263e3aebcae92139ec124 (patch)
tree3b463b7e497826d5c626d282cd600c91413d322c /README.md
parentsenpai.5: fix color code in example (diff)
README: fix syntax of debug option for scfg
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7dec286..11c11fe 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ configuration options!
If you run into errors and want to find the WHY OH WHY, or if you'd like to try
things out with an IRC server, then you have two options:
-1. Run senpai with the `-debug` argument (or put `debug: true`) in your config,
+1. Run senpai with the `-debug` argument (or put `debug true`) in your config,
it will then print in `home` all the data it sends and receives.
2. Run the test client, that uses the same IRC library but exposes a simpler
interface, by running `go run ./cmd/test -help`.