summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index daa9788..3b777d6 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
1# Ukkoclot 1# Ukkoclot
2 2
3A shitty small telegram bot written in common lisp. 3A shitty small telegram bot written in Common Lisp.
4 4
5When running in a debuggy environment, consider 5When running in a debuggy environment, consider
6``` common-lisp 6``` common-lisp
7(setf ukkoclot::*in-prod* nil) 7(setf ukkoclot::*in-prod* nil)
8(log:config :debug)
9``` 8```
10 9
11When connecting via remote SWANK, you might want to run `(log:config :sane2)`. 10When connecting via remote SWANK, you might want to run `(log:config :sane2)`.