diff --git a/README.md b/README.md index d15064e..ce58798 100644 --- a/README.md +++ b/README.md @@ -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"]