From 56f8d19b33436d2a70221cfd5fd70e066911964e Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Thu, 8 May 2014 04:31:43 +0530 Subject: [PATCH] doc: add link to intro blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a55b2b..61db6da 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Development supported and sponsored by [**ThoughtWorks**](http://www.thoughtwork Also, you might be interested in: [Why Golang?](https://github.com/kidoman/embd/wiki/Why-Go) +Blog post introducing EMBD: https://kidoman.io/framework/embd.html + ## Getting Started After installing Go* and setting up your [GOPATH](http://golang.org/doc/code.html#GOPATH), create your first .go file. We'll call it ```simpleblinker.go```.