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 d3ede5f commit f616c34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ the [synchronizer token][] pattern.
[csrf]: https://en.wikipedia.org/wiki/Cross-site_request_forgery
[synchronizer token]: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet#Synchronizer_.28CSRF.29_Tokens

## Install
## Installation

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

ring/ring-anti-forgery {:mvn/version "1.3.0"}

Or to your Leiningen project file:

[ring/ring-anti-forgery "1.3.0"]

Expand Down

0 comments on commit f616c34

Please sign in to comment.