From 6d96163d9f862c5fc13123d56c968ba9f90111ca Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Sun, 15 Mar 2015 20:13:41 -0700 Subject: [PATCH] Fix YouTube Link #2. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5325e0f..7f06b36 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ ## Description -A version of James Coglan's ["A Language In 20 Minutes"](https://www.youtube.com/watch?v=CqhL-BDT8lg for the whole 40 minute -presentation). It took me about three hours to make this work. This -version is tighter, using Coffeescript and PegJS instead of Javascript +A version of James Coglan's +["A Language In 20 Minutes"](https://www.youtube.com/watch?v=CqhL-BDT8lg) +(hit the link for the whole 40 minute presentation). It took me about +three hours to make this work. This version is tighter, using +Coffeescript and PegJS instead of Javascript and whatever parser/lexer he described. ## Purpose