From b685d88ad85c4fa7035ab3c0737189a9c04aba00 Mon Sep 17 00:00:00 2001 From: Patrick Priestley Date: Mon, 6 Oct 2025 14:28:11 -0400 Subject: [PATCH] Revise submission steps in README Updated submission instructions for clarity. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 868595f..562a2e9 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,8 @@ In your `TEST_RESULTS.md`, include: ## 📮 Submission -1. Create a new branch: `solution/[your-name]` -2. Regularly commit your changes -3. Attach and email your completed code challenge to lindsay.sofield@reach.com +1. Clone this repo and develop your solution locally +2. When you're finished, attach and email your completed code challenge (your local repo) to lindsay.sofield@reach.com # 🚀 Getting Started @@ -292,4 +291,4 @@ GET /health **Remember**: This challenge simulates real-world API testing scenarios. We value practical solutions, clear communication, and attention to detail. Show us how you would approach this in your day-to-day work as a Senior SDET. -**Good luck! 🚀** \ No newline at end of file +**Good luck! 🚀**