From fd37e1c86547740e4269025f252368ea924fda94 Mon Sep 17 00:00:00 2001 From: Forrest Date: Sun, 22 Apr 2018 23:27:38 -0500 Subject: [PATCH] Updated Readme.MD fixed Go formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb60d0..712d8fe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ require('node-thrust')(function(err, api) { First download with `go get -u github.com/miketheprogrammer/go-thrust/` ```Go -``` package main import ( @@ -94,6 +93,7 @@ func main() { dispatcher.RunLoop() } +``` ##### Library - **go-thrust**: [miketheprogrammer/go-thrust](https://github.com/miketheprogrammer/go-thrust)