From 1afa0d034b79b531fe04899c1c4c325658dd70fe Mon Sep 17 00:00:00 2001 From: Gary Deer Date: Thu, 4 Sep 2014 09:56:50 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2aa9224..fc7fc84 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Currently Marginalia can be used in a number of ways as described below. To use Marginalia with Leiningen add the following code to the project's `project.clj` file: -With Leiningen 1.x, add `[lein-marginalia "0.7.1"]` to your project.clj's `:dev-dependencies` argument of the `defproject` function, then run `lein deps`. -With Leiningen 2.x, add `[[lein-marginalia "0.7.1"]]` to the `:plugins` entry in either your project.clj file or your `:user` profile. +With Leiningen 1.x, add `[lein-marginalia "0.8.0"]` to your project.clj's `:dev-dependencies` argument of the `defproject` function, then run `lein deps`. +With Leiningen 2.x, add `[[lein-marginalia "0.8.0"]]` to the `:plugins` entry in either your project.clj file or your `:user` profile. See the [lein-marginalia](http://github.com/gdeer81/lein-marginalia) page for more details. Once installed, you can generate your complete source documentation with the command: