From c296684e26c421b6416f7367c58969dd93b40a19 Mon Sep 17 00:00:00 2001 From: Pano Date: Mon, 11 Nov 2019 16:33:21 -0500 Subject: [PATCH] Update readme Add clarification to the instructions to fork the project. So we don't have to deal with emailed code submissions that are hard to diff. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03d32c5..a520b71 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ There is no need to add additional functionality and you do not need to keep the The only requirement is that it returns the list of orders and that it meets your standards! +Fork this project to your personal repo and commit all your changes to that branch. + ## Changes for Running Locally Update the connection string in the class \Web\Infrastructure\Database.cs.