aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-22 15:52:33 -0400
committerGitHub <noreply@github.com>2020-09-22 15:52:33 -0400
commitb33150e94ddba5e7ae58e70c69d2d4938e8098d7 (patch)
treea38ce899818846bd8d73909f6915b336cdb7e40d /README.md
parentUpdate kirc.c (diff)
downloadkirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.gz
kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.bz2
kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.xz
kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.tar.zst
kirc-b33150e94ddba5e7ae58e70c69d2d4938e8098d7.zip
remove extra spaces
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index e367bc0..5866bef 100644
--- a/README.md
+++ b/README.md
@@ -111,9 +111,7 @@ For example, lets assume an authentication identity of `jilles` and password `se
```shell
$ python -c 'import base64; print(base64.encodebytes(b"jilles\x00jilles\x00sesame"))'
-
b 'amlsbGVzAGppbGxlcwBzZXNhbWU=\n'
-
$ kirc -n jilles -a amlsbGVzAGppbGxlcwBzZXNhbWU=
```