From a18da22a481f28d7908207aabb844ba3759aead8 Mon Sep 17 00:00:00 2001 From: gitname Date: Tue, 13 Jun 2017 02:29:38 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b5c0c1..5396ea93 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The remainder of this document contains a tutorial on creating a React app (usin $ npm run deploy ``` - * That's it! Your app is now accessible at the URL you specific in step 4. + * That's it! Your app is now accessible at the URL you specified in step 4. * In my case, my app is now accessible at: https://gitname.github.io/react-gh-pages/ * I recommend exploring the GitHub repository at this point. When I explored it, I noticed that, although a `master` branch did not exist, a `gh-pages` branch did exist. I noticed the latter contained the *built* app code, as opposed to the app's source code.