Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gstark authored Sep 1, 2020
1 parent 31868c1 commit 0142ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After completing this assignment, you should be able to:
4. Change into your project's directory: `cd net-iteration`
5. Install the dependencies: `dotnet restore`
6. Open in your editor: `code .`
7. Start the test runner: `dotnet watch test`
7. Start the test runner: `dotnet run`
8. Open `Iterations.cs` and work on functions until tests pass. Once you are done with a test, to move to the next one, remove `(Skip = "Remove to run test")` from the `Fact` attribute. There are a total of 10 questions
9. Commit and push your work to GitHub.
10. Turn in the URL to your GitHub repo.
Expand Down

0 comments on commit 0142ba1

Please sign in to comment.