aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-13 07:32:44 -0600
committerColin Okay <okay@toyful.space>2022-02-13 07:32:44 -0600
commit74eda585255b4a4d26cc783cecf2312a71370ed3 (patch)
tree98d51a3142984c4e3c1c54cdbeec54c2d0361eff
parentab08f05c6b853ce970508d29aec68e36a40c08dc (diff)
renamed lazybones-test package
-rw-r--r--example/lazybones-example.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/lazybones-example.lisp b/example/lazybones-example.lisp
index 9300467..1efc882 100644
--- a/example/lazybones-example.lisp
+++ b/example/lazybones-example.lisp
@@ -1,6 +1,6 @@
(asdf:load-system "lazybones-hunchentoot")
-(defpackage #:lazybones-test
+(defpackage #:lazybones-example
(:use #:cl)
(:local-nicknames (#:lzb #:lazybones))
(:import-from #:lazybones
@@ -8,7 +8,7 @@
#:http-ok
#:http-err))
-(in-package :lazybones-test)
+(in-package :lazybones-example)
;; First make a server and add some custom error responses