From f2bce76a8e52d909f2379ebc89b36ef44898f2f3 Mon Sep 17 00:00:00 2001 From: Katherine Nagels Date: Wed, 17 Aug 2016 12:06:05 +1200 Subject: [PATCH] Fix typo and add link to gist --- resources/html-fundamentals-TUTORIAL/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/html-fundamentals-TUTORIAL/README.md b/resources/html-fundamentals-TUTORIAL/README.md index 7064839..4578c7c 100644 --- a/resources/html-fundamentals-TUTORIAL/README.md +++ b/resources/html-fundamentals-TUTORIAL/README.md @@ -12,7 +12,7 @@ A detailed walkthrough of HTML - semantic elements - -### Excercise +### Exercise Create a folder called `html-fundamentals` in your git repo, and a file called `index.html` inside it. @@ -81,7 +81,7 @@ If you leave it off, some browsers may give you weird bugs. So use it and that's Well, the truth is that this seems to change with every version of HTML, and with HTML5 it is something ridiculous. But who cares? What we really want to know is what is the minimum starting template for a *real* HTML page. -Here's a good one. You can make a [gist]() of it on GitHub and use it as the basis for all your HTML pages. +Here's a good one. You can make a [gist](https://gist.github.com/) of it on GitHub and use it as the basis for all your HTML pages. ```html