Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeer81 committed Sep 3, 2014
1 parent 9ca5a4d commit a286a44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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

Expand Down

0 comments on commit a286a44

Please sign in to comment.