diff --git a/README.md b/README.md index 6e751bc..6d29635 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This tool generates a social media-friendly graphic from some text. It's especia To run this, you'll need Go installed. With that, you can compile the project: ``` -go get github.com/writeas/text-pic/cmd/wfgraphic-cli +go get github.com/writefreely/text-pic/cmd/wfgraphic-cli ``` Then you can run `wfgraphic-cli` with the options below. diff --git a/cmd/wfgraphic-cli/main.go b/cmd/wfgraphic-cli/main.go index 7687adb..263c3c3 100644 --- a/cmd/wfgraphic-cli/main.go +++ b/cmd/wfgraphic-cli/main.go @@ -18,8 +18,8 @@ import ( "strings" "time" - "github.com/writeas/text-pic" "github.com/writeas/web-core/log" + "github.com/writefreely/text-pic" ) var ( diff --git a/go.mod b/go.mod index 4538b90..a5857a8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/writeas/text-pic +module github.com/writefreely/text-pic go 1.13