diff --git a/README.md b/README.md index 18e4da79a..120990c1e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ We will focus on creating RESTful endpoints for CRUD operations. ### Part 2 2. [Wave 03: Connecting the Database, Read and Create Endpoints](./project-directions/wave_03.md) 3. [Wave 04: Read, Update, and Delete](./project-directions/wave_04.md) -4. [Wave 05: Review and Refactor](./project-directions/wave_05.md) +4. [Wave 05: More Flask Queries](./project-directions/wave_05.md) 5. [Wave 06: Writing Tests](./project-directions/wave_06.md) #### Database Setup/Update diff --git a/project-directions/wave_05.md b/project-directions/wave_05.md index fdabe6421..b93f3db93 100644 --- a/project-directions/wave_05.md +++ b/project-directions/wave_05.md @@ -1,4 +1,4 @@ -# Wave 05: Review and Refactor +# Wave 05: More Flask Queries ## Update Endpoints