From 5d850c2d9d89e17948772dd4b603db0135bff1ce Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 13 Nov 2020 17:14:52 +0100 Subject: [PATCH] Fix assignemnt typo --- assignment1/README.md | 2 +- assignment2/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment1/README.md b/assignment1/README.md index 51a891a..8c16c25 100644 --- a/assignment1/README.md +++ b/assignment1/README.md @@ -204,7 +204,7 @@ You are encouraged to set up some more test cases for your implementation. Assuming you are using Git to manage your code, please use the `git archive` command to package your project. Use the following command, replacing `firstname`, `lastname` accordingly (all lowercase). - git archive --prefix=lastname_firstname_assignemnt_1/ --format=zip HEAD > lastname_firstname_assignemnt_1.zip + git archive --prefix=lastname_firstname_assignment_1/ --format=zip HEAD > lastname_firstname_assignment_1.zip Verify that the packaged version is working and send it using the following link: diff --git a/assignment2/README.md b/assignment2/README.md index 2b74759..7ce1efc 100644 --- a/assignment2/README.md +++ b/assignment2/README.md @@ -68,7 +68,7 @@ Use the following link: Assuming you are using Git to manage your code, please use the `git archive` command to package your project. Use the following command, replacing `XX` with your team number (with leading zero, e.g. `02`). - git archive --prefix=team_XX_assignemnt_2/ --format=zip HEAD > team_XX_assignemnt_2.zip + git archive --prefix=team_XX_assignment_2/ --format=zip HEAD > team_XX_assignment_2.zip ### Build Test Submission