From b4b75b7d3acae2828865eefbac1b2cab0d61d015 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Wed, 26 Oct 2016 05:52:23 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad7ed0..aa9e6ce 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cd elm-workshop ## Create a GitHub Personal Access Token -We'll be using GitHub's [Search API](https://developer.github.com/v3/search/), and authenticated API access lets us experiment without worrying about the default rate limit. Since we'll only be accessesing the Search API, these steps can be done either on your personal GitHub account or on a throwaway account created for this workshop; either way will work just as well. +We'll be using GitHub's [Search API](https://developer.github.com/v3/search/), and authenticated API access lets us experiment without worrying about the default rate limit. Since we'll only be accessing the Search API, these steps can be done either on your personal GitHub account or on a throwaway account created for this workshop; either way will work just as well. 1. Visit https://github.com/settings/tokens/new 2. Enter "Elm Workshop" under "Token description" and leave everything else blank.