Skip to content

Commit

Permalink
Update 'Installation' section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 26, 2024
1 parent 9fbff9c commit 8aa92af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ responses.

## Installation

Add the following dependency to your `project.clj`:
Add the following dependency to your `deps.edn` file:

ring/ring-ssl {:mvn/version "0.3.0"}

Or to your Leiningen project file:

[ring/ring-ssl "0.3.0"]

Expand Down

0 comments on commit 8aa92af

Please # to comment.