From 6b540e1542778e2e95145c57474718f7998fcd80 Mon Sep 17 00:00:00 2001 From: Aaron Mazel-Gee <49537868+aaron1729@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:23:15 -0500 Subject: [PATCH] Update README.md remove extraneous quote-mark at the end of the final code-block in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb074f5..23d2485 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ from the first step when we created your app. In a browser, open this URL - repl your values. ``` -https://{your-team-name}.slack.com/api/oauth.access?client_id={your-client-id}&client_secret={your-client-secret}&code={your-code}" +https://{your-team-name}.slack.com/api/oauth.access?client_id={your-client-id}&client_secret={your-client-secret}&code={your-code} ``` Your browser should now be returning some JSON including a token. Make a note of it - that's what we'll use.