Fix README.md

This commit is contained in:
Steven Polley 2018-07-06 12:57:51 -06:00
parent f13537fc8c
commit b5ce1c3243
1 changed files with 2 additions and 2 deletions

View File

@ -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