From 6d6b615d911412af4428897ecadea7abb08b23bc Mon Sep 17 00:00:00 2001 From: Dani Roxberry Date: Wed, 28 Nov 2018 14:33:07 -0800 Subject: [PATCH] Update README.md --- 09-TDD/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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!