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