From 5bd8dc891852daeace5c6d3dda03db5c42fc4180 Mon Sep 17 00:00:00 2001 From: Jon Crowell Date: Thu, 16 Jul 2020 22:02:37 -0500 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 ba3cfc8b..563e4260 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ * [MongoDB](https://www.mongodb.com/) ## Course -This course has two parts, slides and excercises. The slides describe the excerices in detail. Each excercise has a starting branch and solution branch. Example `lesson-1` and `lesson-1-solution`. +This course has two parts, slides and excercises. The slides describe the exercises in detail. Each excercise has a starting branch and solution branch. Example `lesson-1` and `lesson-1-solution`. ## Exercises ### Hello world Express * branch - `lesson-1`