summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index 0bbb092..c230c53 100644
--- a/README.org
+++ b/README.org
@@ -21,7 +21,10 @@ git checkout origin/develop
(in-package :posterbot)
-(let ((bot (make-instance 'posterbot :ssl nil :user-id "mybotaccount" :homeserver "localhost:8008")))
+(let ((bot (make-instance 'posterbot
+ :ssl nil
+ :user-id "mybotaccount"
+ :homeserver "localhost:8008")))
(login bot "mybotaccount" "mypassword")
(start bot))