diff --git a/README.md b/README.md index d792ea4..8a74de9 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,14 @@ **Note:** The _"Starter Code"_ for a chapter is also the _"Completed Code"_ for the previous chapter. -- 🔗 [Chapter 6 Starter Code](https://github.com/gitdagray/nodejs_web_server) -- 🔗 [Chapter 7 Starter Code](https://github.com/gitdagray/express_intro) -- 🔗 [Chapter 8 Starter Code](https://github.com/gitdagray/express_middleware) -- 🔗 [Chapter 9 Starter Code](https://github.com/gitdagray/express_routers) -- 🔗 [Chapter 10 Starter Code](https://github.com/gitdagray/express_mvc) -- 🔗 [Chapters 11 Starter Code](https://github.com/gitdagray/user_auth) -- 🔗 [Chapter 12 Starter Code](https://github.com/gitdagray/express_jwt) -- 🔗 [Chapter 13 Starter Code](https://github.com/gitdagray/express_user_roles) -- 🔗 [Chapter 14 Starter Code](https://github.com/gitdagray/mongodb_mongoose_intro) -- 🔗 [Chapter 15 Starter Code](https://github.com/gitdagray/mongodb_mongoose_models) +- 🔗 [Chapter 6 Starter Code - Intro to Express JS framework](https://github.com/gitdagray/nodejs_web_server) +- 🔗 [Chapter 7 Starter Code - Middleware](https://github.com/gitdagray/express_intro) +- 🔗 [Chapter 8 Starter Code - Routing](https://github.com/gitdagray/express_middleware) +- 🔗 [Chapter 9 Starter Code - MVC REST API](https://github.com/gitdagray/express_routers) +- 🔗 [Chapter 10 Starter Code - Authentication](https://github.com/gitdagray/express_mvc) +- 🔗 [Chapters 11 Starter Code - JWT Auth](https://github.com/gitdagray/user_auth) +- 🔗 [Chapter 12 Starter Code - User Roles | Authorization](https://github.com/gitdagray/express_jwt) +- 🔗 [Chapter 13 Starter Code - Intro to MongoDB & Mongoose](https://github.com/gitdagray/express_user_roles) +- 🔗 [Chapter 14 Starter Code - Mongoose Data Models](https://github.com/gitdagray/mongodb_mongoose_intro) +- 🔗 [Chapter 15 Starter Code - Async CRUD Operations](https://github.com/gitdagray/mongodb_mongoose_models) - 🔗 [Chapter 15 Complete Code](https://github.com/gitdagray/mongo_async_crud)