diff --git a/README.md b/README.md index 8fabd06..6a55b2b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Also, you might be interested in: [Why Golang?](https://github.com/kidoman/embd/ 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```. -``` +```go package main import (