From 7d9df9197ae157b620967749931fe00ab4740544 Mon Sep 17 00:00:00 2001 From: Chakib Benziane Date: Fri, 7 Dec 2018 17:09:33 +0100 Subject: [PATCH] fix syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 963baac..823cc0b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The `Manager` handles communication and synchronized shutdown procedure. 3. Add units to the manager 4. Start the manager and wait on it's `Quit` channel -``` +```golang func main() { // Create a unit manager manager := gum.NewManager()