diff --git a/7-bank-project/2-forms/README.md b/7-bank-project/2-forms/README.md index 30ede77e..9213a486 100644 --- a/7-bank-project/2-forms/README.md +++ b/7-bank-project/2-forms/README.md @@ -16,7 +16,7 @@ You need to have completed the [HTML templates and routing](../1-template-route/ **Take note** You will have two terminals running at the same time as listed below. -1. For the the main bank app we built in the [HTML templates and routing](../1-template-route/README.md) lesson +1. For the main bank app we built in the [HTML templates and routing](../1-template-route/README.md) lesson 2. For the [Bank APP server API](../api/README.md) we just setup above. You need two of the servers up and running to follow through with the rest of the lesson. They are listening on different ports(port `3000` and port `5000`) so everything should work just fine. @@ -70,7 +70,7 @@ Let's start by adding a form to the `login` template. We'll need a *username* fi ``` -If you take a closer look, you can notice that we also added a `