summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.