diff --git a/README.md b/README.md index 4833cc9..aa79d7c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ``` 2. Build the project. ```bash - go build git.itzana.me/strafesnet/public-api + go build git.itzana.me/strafesnet/maps-service ``` - By default, the project opens at `localhost:8080`. \ No newline at end of file + By default, the project opens at `localhost:8080`. diff --git a/go.mod b/go.mod index 39e17ed..fe1f103 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.itzana.me/strafesnet/public-api +module git.itzana.me/strafesnet/maps-service go 1.22