diff --git a/README.md b/README.md index cff0171a..2b0f3a14 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You may use the provided resources to follow along with the course, debug your c This repository contains multiple [branches](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches). Every branch represents a course section and contains the resources that belong to that section. -For example, the branch [02-basics](https://github.com/academind/js-testing-practical-guide-code/tree/03-basics) contains all course resources (e.g., code snapshots) that belong to section 3 ("Testing Basics") of the course. +For example, the branch [03-basics](https://github.com/academind/js-testing-practical-guide-code/tree/03-basics) contains all course resources (e.g., code snapshots) that belong to section 3 ("Testing Basics") of the course. You can switch branches via the dropdown in the top left corner of this repository page. @@ -32,4 +32,4 @@ The subfolders in the `/code` folder are named such that mapping them to the cou The provided code is primarily meant to be used for code comparisons (i.e., so that you can compare your code to mine to find + fix errors). -But you can also run my project code by navigating into the respective code snapshots subfolder (i.e., a subfolder in the `/code` folder) and executing `npm install` followed by `npm test` there. \ No newline at end of file +But you can also run my project code by navigating into the respective code snapshots subfolder (i.e., a subfolder in the `/code` folder) and executing `npm install` followed by `npm test` there.