diff --git a/4. Projects/1. CLI/Problem/README.md b/4. Projects/1. CLI/Problem/README.md index b5151fb..7da2ddc 100644 --- a/4. Projects/1. CLI/Problem/README.md +++ b/4. Projects/1. CLI/Problem/README.md @@ -33,6 +33,7 @@ __Jira, Epic & Story__ Jira is an industry-standard tool for tracking progress of (not limited to) software projects. An Epic is usually used for entire initiatives, while a Story is a smaller unit of work with more specific instructions. __Model__ + Models describe how information is organized, transmitted or stored. __Database / Storage / Persistence__ @@ -72,7 +73,7 @@ After Development: ## FAQs -__Will there a template to build the project on top of?__ +__Will there be a template to build the project on top of?__ Yes. Each step has a partially built Rust project for you to finish. Stages and steps build on top of each other until you have a completed project. @@ -109,4 +110,4 @@ In this stage we will hook up our persistent storage component to the UI. We wil ## Get Started! -Get started by navigating to Stage 1 and reading the README! \ No newline at end of file +Get started by navigating to Stage 1 and reading the README!