From a286a446c7a39b34f3576d9b9aa757a06febcaf6 Mon Sep 17 00:00:00 2001 From: Gary Deer Date: Wed, 3 Sep 2014 15:22:30 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2eb3c0..67b77a6 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # lein-marginalia -A [Leiningen](https://github.com/technomancy/leiningen) plugin for [Marginalia](https://github.com/fogus/marginalia). You would most likely use this rather than Marginalia directly. +A [Leiningen](https://github.com/technomancy/leiningen) plugin for [Marginalia](https://github.com/gdeer81/marginalia). You would most likely use this rather than Marginalia directly. ## Installation ### Leiningen 2 -Add `[[lein-marginalia "0.7.1"]]` to the `:plugins` entry in +Add `[[lein-marginalia "0.8.0"]]` to the `:plugins` entry in either your project.clj file or your `:user` profile. ### Leiningen 1 -Add `[lein-marginalia "0.7.1"]` to your project.clj's +Add `[lein-marginalia "0.8.0"]` to your project.clj's `:dev-dependencies` or, install lein-marginalia as a user-level leiningen plugin by running -`$ lein plugin install lein-marginalia 0.7.1`. +`$ lein plugin install lein-marginalia 0.8.0`. ## Usage