Skip to content

Commit

Permalink
Update README dependency information
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 5, 2023
1 parent 9e9c25b commit 9018b04
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Ring-OAuth2

[![Build Status](https://github.com/weavejester/ring-oauth2/actions/workflows/test.yml/badge.svg)](https://github.com/weavejester/ring-oauth2/actions/workflows/test.yml)
# Ring-OAuth2 [![Build Status](https://github.com/weavejester/ring-oauth2/actions/workflows/test.yml/badge.svg)](https://github.com/weavejester/ring-oauth2/actions/workflows/test.yml)

[Ring][] middleware that acts as a [OAuth 2.0][] client. This is used
for authenticating and integrating with third party website, like
Expand All @@ -11,7 +9,11 @@ Twitter, Facebook and GitHub.

## Installation

To install, add the following to your project `:dependencies`:
To install, add the following to your deps.edn file:

{ring-oauth2/ring-oauth2 {:mvn/version "0.2.0"}}

Or to your Leiningen project file:

[ring-oauth2 "0.2.0"]

Expand Down

0 comments on commit 9018b04

Please sign in to comment.