Update readme - import paths
This commit is contained in:
		@@ -5,7 +5,7 @@ This is nowhere near complete, and at least for now, I will only be adding suppo
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Installation
 | 
					# Installation
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
go get github.com/StevenPolley/go-itg
 | 
					go get deadbeef.codes/steven/go-itg
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Usage
 | 
					# Usage
 | 
				
			||||||
@@ -15,7 +15,7 @@ package main
 | 
				
			|||||||
import (
 | 
					import (
 | 
				
			||||||
	"fmt"
 | 
						"fmt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"github.com/StevenPolley/go-itg/itglue"
 | 
						"deadbeef.codes/steven/go-itg/itglue"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func main() {
 | 
					func main() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user