Update readme - import paths

This commit is contained in:
Steven Polley 2018-07-02 16:16:49 -06:00
parent 144bf8620a
commit 09e6dea75a
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ This is nowhere near complete, and at least for now, I will only be adding suppo
# Installation
```
go get github.com/StevenPolley/go-itg
go get deadbeef.codes/steven/go-itg
```
# Usage
@ -15,7 +15,7 @@ package main
import (
"fmt"
"github.com/StevenPolley/go-itg/itglue"
"deadbeef.codes/steven/go-itg/itglue"
)
func main() {