From 9943cab7928d6e14604537aa3ee54fb877abf881 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 14 Sep 2015 22:50:35 -0400 Subject: [PATCH] I can markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82ec18d..a34c285 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This project is currently a for-fun work in progress. The main goals of this project are to learn about programming languages by trying to rewrite [CPython][] 3.5.0 in [Go][]. -CPython:https://github.com/python/cpython -Go:https://github.com/golang/go/ +[CPython]:https://github.com/python/cpython +[Go]:https://github.com/golang/go/ ## Progress ### Scanner