Added marginalia for documentation; some minor change to Introduction.

This commit is contained in:
Simon Brooke 2014-11-12 19:22:54 +00:00
parent 16e47df26c
commit 9116d36666
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,8 @@
:jvm-opts ["-server"]
:plugins [[lein-ring "0.8.13"]
[lein-environ "1.0.0"]
[lein-ancient "0.5.5"]]
[lein-ancient "0.5.5"]
[lein-marginalia "0.7.1"]]
:ring {:handler smeagol.handler/app
:init smeagol.handler/init
:destroy smeagol.handler/destroy}