Fix the links in the README (I am very much in a tired state)

This commit is contained in:
powermaker450 2024-09-12 00:25:27 -04:00
parent 8bdfeb588d
commit eb16766d16

View file

@ -4,7 +4,7 @@ A simple review server written in TS.
Clone the repository: Clone the repository:
```bash ```bash
git clone https://git.povario.com/simple-review-server git clone https://git.povario.com/powermaker450/simple-review-server
``` ```
Create a `.env` file with the log level you desire (max is 3): Create a `.env` file with the log level you desire (max is 3):
@ -21,4 +21,4 @@ pnpm build
pnpm start pnpm start
``` ```
To post a review to the server, use [Simple Review Client](https://git.povario.com/simple-review-client) To post a review to the server, use [Simple Review Client](https://git.povario.com/powermaker450/simple-review-client)