Fix assignemnt typo

This commit is contained in:
Alex Hirsch
2020-11-13 17:14:52 +01:00
parent 0604cc9d00
commit 5d850c2d9d
2 changed files with 2 additions and 2 deletions

View File

@@ -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