Skip to content

Commit a286a44

Browse files
committed
Update README.md
1 parent 9ca5a4d commit a286a44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# lein-marginalia
22

3-
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.
3+
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.
44

55
## Installation
66

77
### Leiningen 2
88

9-
Add `[[lein-marginalia "0.7.1"]]` to the `:plugins` entry in
9+
Add `[[lein-marginalia "0.8.0"]]` to the `:plugins` entry in
1010
either your project.clj file or your `:user` profile.
1111

1212
### Leiningen 1
1313

14-
Add `[lein-marginalia "0.7.1"]` to your project.clj's
14+
Add `[lein-marginalia "0.8.0"]` to your project.clj's
1515
`:dev-dependencies` or, install lein-marginalia as a user-level
1616
leiningen plugin by running
17-
`$ lein plugin install lein-marginalia 0.7.1`.
17+
`$ lein plugin install lein-marginalia 0.8.0`.
1818

1919
## Usage
2020

0 commit comments

Comments
 (0)