Skip to content

Commit 9cd721d

Browse files
committed
Update installation instructions in README
1 parent 73badda commit 9cd721d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ applications to be composed of small, independent parts.
55

66
## Installation
77

8-
Add the following dependency to your `project.clj` file:
8+
Add the following dependency to your deps.edn file:
9+
10+
compojure/compojure {:mvn/version "1.7.1"}
11+
12+
Or to your Leiningen project file:
913

1014
[compojure "1.7.1"]
1115

0 commit comments

Comments
 (0)