Time Zones Are Hard - https://tz.rita.moe

Lowercase in tag

[skip ci]

Changed files
+2 -2
+2 -2
README.md
···
```bash
# Build it locally if you want, or skip this step to pull from my packages
-
docker build . -t git.rita.moe/Rita/tz:latest
+
docker build . -t git.rita.moe/rita/tz:latest
# Change the first "8080" with the port you want to have on your host
# Or omit "-p 8080:8080" if you're using a reverse-proxy within the docker network
-
docker run -d -p 8080:8080 --name tz git.rita.moe/Rita/tz:latest
+
docker run -d -p 8080:8080 --name tz git.rita.moe/rita/tz:latest
```