diff --git a/09-TDD/README.md b/09-TDD/README.md index 5fc5afe..30d2e68 100644 --- a/09-TDD/README.md +++ b/09-TDD/README.md @@ -112,7 +112,9 @@ Writing tests for code _before_ you have the code to test is a great mental exer ## In Class Activity II - TDD Practice (70 Minutes) -Use the [in-class-tdd](in-class-tdd/README.md) project in this repo as a starting point. Feel free to work with a partner. +Use the [in-class-tdd](in-class-tdd/README.md) project in this repo as a starting point. I recommend [forking this starter repo directly](https://github.com/droxey/tdd-bdd-challenge) to best keep track of your changes. + +Feel free to work with a partner. The goal is to make each test pass!