summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
-rw-r--r--cmd/senpai/main.go (renamed from cmd/irc/main.go)0
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 705d1e3..e416ea9 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ addr: irc.freenode.net:6697
nick: senpai
password: "my password can't be this cute"
EOF
-go run ./cmd/irc
+go run ./cmd/senpai
```
Then, type `/join #senpai` and have a chat!
diff --git a/cmd/irc/main.go b/cmd/senpai/main.go
index 5f7933d..5f7933d 100644
--- a/cmd/irc/main.go
+++ b/cmd/senpai/main.go