From c993302342cd75cf24463a25859f75ded123e762 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Wed, 9 May 2018 14:17:52 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc72af3..34e9cf6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# basic-http-routing-in-golang -A simple look at some basic ways of getting HTTP routing of GET requests in Go. +# Basic HTTP Routing in Golang +This repository is the example project used in my website post [basic-http-routing-in-golang](https://github.com/leothelocust/website/blob/leothelocust-golang-post/posts/basic-http-routing-in-golang.md)