diff --git a/README.md b/README.md new file mode 100644 index 0000000..7dbc565 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +
+ + Experimental and unfinished Go package for interacting the unofficial + MidJourney API powering midjourney.com. + +
+ + + +## Import + +```go +import "github.com/jimeh/go-midjourney" +``` + +## Documentation + +Please see the +[Go Reference](https://pkg.go.dev/github.com/jimeh/go-midjourney#section-documentation) +for documentation and examples. + +## License + +[MIT](https://github.com/jimeh/go-midjourney/blob/main/LICENSE)