aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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=
```