Skip to content

Commit

Permalink
clarify readme :)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarth committed May 15, 2014
1 parent 4d9a5c8 commit b19f9e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -16,8 +16,9 @@ In project.clj:
Somewhere in your code, maybe in your handler:

```clojure
[cemerick.friend :as friend]
[friend-oauth2.workflow :as oauth2]
(ns <your ns>
(:require [cemerick.friend :as friend]
[friend-oauth2.workflow :as oauth2])
```

Set your OAuth2 provider settings (using [Google APIs OAuth2](https://developers.google.com/accounts/docs/OAuth2) as an example):
Expand Down

0 comments on commit b19f9e3

Please sign in to comment.