diff --git a/index.md b/index.md index d0ca3ea..a6cf409 100644 --- a/index.md +++ b/index.md @@ -6,3 +6,11 @@ ###### This is a H6 header ![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png) + +``` +$ git init +Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/ +``` +``` javascript +var myVar = "Hello, world!"; +```