diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index ab2e8d2..12fc852 100644 --- a/main.go +++ b/main.go @@ -136,7 +136,7 @@ func generateHandler(w http.ResponseWriter, r *http.Request) { } func indexHandler(w http.ResponseWriter, r *http.Request) { - _, _ = fmt.Fprintf(w, "Generator container here!\nUse the /gen endpoint to generator a star!") + _, _ = fmt.Fprintf(w, "Generator container here!\nUse the /gen?num=<num>&range=<range> endpoint to generator a star!") } func main() { |