diff --git a/Week1/MAKEME.md b/Week1/MAKEME.md index fc30379..9b9b7ca 100644 --- a/Week1/MAKEME.md +++ b/Week1/MAKEME.md @@ -74,7 +74,7 @@ _Deadline Saturday_ ### How to hand in Homework: _Steps_: -1. In your newly created Github account search for the invitation from the HackYourFuture organization to you join your classes team. +1. In your newly created Github account search for the invitation from the HackYourFutureBelgium organization to you join your classes team. 2. Create a new repository (name it something like hyf-html-css) make sure you select the option: initialize with README. 3. Inside your new repository create a folder called "week1". If you have trouble finding out how to create a folder in Github check this [Stack Overflow question](https://stackoverflow.com/questions/18773598/creating-folders-inside-github-com-repo-without-using-git) >Tip: you can also create a "week1" folder on your local computer that contains you files and upload the entire folder to Github. diff --git a/Week2/README.md b/Week2/README.md index f01196f..a73b57d 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -23,7 +23,7 @@ If you have Linux installed on your laptop or you have a MACbook, then you don ### Read about CLI -Go to the [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-1.md) repoistory to prepare for you first commandline class! +Go to the [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-1.md) repository to prepare for you first commandline class! ### Here are resources that we like you to read as a preparation for the coming lecture: - Start reading about media queries here: [Introduction to Media Queries](https://varvy.com/mobile/media-queries.html).