From c53ce4a32ec5411542ccb950853c089ddd31de24 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Sat, 15 Aug 2026 22:10:58 -0500 Subject: [PATCH] docs: fix table formating --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5fa4ae6..3e5912c 100644 --- a/README.md +++ b/README.md @@ -47,20 +47,20 @@ The server listens on `http://localhost:8080`. Run `make help` to see the full list of targets. Highlights: -| Target | Description | -| --------------- | ---------------------------------------------- | -| `make run` | Build and run the server | -| `make dev` | Run with the race detector enabled | -| `make test` | Run all tests | -| `make test-race`| Run all tests with the race detector | -| `make check` | Run formatting, vet, and test checks | -| `make fmt` | Format all Go source files | -| `make lint` | Run golangci-lint (if installed) | -| `make build` | Compile the binary into `bin/` | -| `make generate` | Regenerate sqlc query code | -| `make migrate-up` / `migrate-down` / `migrate-status` / `migrate-reset` | Database migrations | -| `make install-tools` | Install goose, sqlc, and golangci-lint | -| `make clean` | Remove build artifacts | +| Target | Description | +| ----------------------------------------------------------------------- | -------------------------------------- | +| `make run` | Build and run the server | +| `make dev` | Run with the race detector enabled | +| `make test` | Run all tests | +| `make test-race` | Run all tests with the race detector | +| `make check` | Run formatting, vet, and test checks | +| `make fmt` | Format all Go source files | +| `make lint` | Run golangci-lint (if installed) | +| `make build` | Compile the binary into `bin/` | +| `make generate` | Regenerate sqlc query code | +| `make migrate-up` / `migrate-down` / `migrate-status` / `migrate-reset` | Database migrations | +| `make install-tools` | Install goose, sqlc, and golangci-lint | +| `make clean` | Remove build artifacts | ## API reference