diff --git a/README.md b/README.md index 9c18901..936bd76 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Go client for the Photoprism Application. ```bash -go get github.com/astravexton/photoprism-client-go +go get git.zio.sh/astra/photoprism-client-go ``` @@ -59,7 +59,7 @@ import ( "io/ioutil" "path" - photoprism "github.com/astravexton/photoprism-client-go" + photoprism "git.zio.sh/astra/photoprism-client-go" "github.com/astravexton/logger" ) @@ -111,10 +111,3 @@ func main() } ``` - - -# Pipeline - - - [ ] Upload photo methods/tests - - [ ] Code generation - - [ ] Finish the remaining methods