From e556ab7b3d1afaeac3b0254e209357797dd7680c Mon Sep 17 00:00:00 2001 From: dimovich Date: Mon, 6 Jan 2020 00:53:17 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9506f6..ee78f1c 100644 --- a/README.md +++ b/README.md @@ -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"} ``` @@ -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