From 5dea2dcecb8d752b82131055739c952b678422ed Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Sun, 2 Dec 2018 15:05:03 -0700 Subject: [PATCH] Fix a small typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab0ffd..d4c705e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a backend server for the Contacts app in-class project. This project is part of [Udacity's React Nanodegree program](https://www.udacity.com/course/react-nanodegree--nd019). -You'll build the front end of the Contacts app throughout the course. Because the course is on React and doesn't cover Node or servers, we've built this server and an API to interact with it so can focus on building the front end portion of the project in React. +You'll build the front end of the Contacts app throughout the course. Because the course is on React and doesn't cover Node or servers, we've built this server and an API to interact with it so you can focus on building the front end portion of the project in React. ## Getting Set Up