Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimovich committed Jan 5, 2020
1 parent 883558f commit e556ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
## [Clojure CLI/deps.edn](https://clojure.org/guides/getting_started)

``` clojure
dimovich/roll {:git/url "https://github.com/dimovich/google"
:sha "d0410bd91472ca474aa134522e988f01d2d15a93"}
roll/google {:git/url "https://github.com/dimovich/google"
:sha "d0410bd91472ca474aa134522e988f01d2d15a93"}
```


Expand Down Expand Up @@ -57,8 +57,8 @@ dimovich/roll {:git/url "https://github.com/dimovich/google"

Create a new project in [Google API
console](https://console.developers.google.com/), and create new
`OAuth client ID` credentials. Use the following code with your
`client-id` and `client-secret`:
`OAuth client ID` credentials. Run the following code at the REPL using
your `client-id` and `client-secret`:

``` clojure
;; Google OAuth2 access token generation
Expand Down

0 comments on commit e556ab7

Please sign in to comment.