From b5ce1c3243d4ea8727da59c68e0dbe683b84dd61 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 6 Jul 2018 12:57:51 -0600 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37d17ad..cd306ac 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Go structs and methods for the ConnectWise REST API Note: This is far from complete, I'm simply adding structs and methods as I have an actual requirement for them. If you add to this, please feel free to send a pull request. -#Installation +# Installation ``` go get deadbeef.codes/steven/go-cw ``` -#Usage +# Usage ``` package main