Skip to content

Commit 87d5c23

Browse files
committed
Add deps.edn installation to README
1 parent 87f83e7 commit 87d5c23

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
@@ -9,7 +9,11 @@ and HTTP APIs.
99

1010
## Installation
1111

12-
Add the following dependency to your `project.clj`:
12+
Add the following dependency to your deps.edn file:
13+
14+
ring/ring-defaults {:mvn/version "0.3.4"}
15+
16+
Or to your Leiningen project file:
1317

1418
[ring/ring-defaults "0.3.4"]
1519

0 commit comments

Comments
 (0)