diff --git a/README.md b/README.md index e9ef1a6..efee17b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,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.