From 2e7c31b591497ea71f92cb816c8ec0fc23a616ab Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 12 Apr 2020 16:37:25 -0500 Subject: doc --- README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.org') 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)) -- cgit v1.2.3