diff --git a/README.md b/README.md index fa4a413..77ceb58 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Opinionated Python stack for fast development. The `saas` branch extends `main` - `make all` - sync deps and run `main.py` - `make fmt` - runs `ruff format` + JSON formatting - `make test` - runs all tests in `tests/` -- `make ci` - runs all CI checks (ruff, vulture, ty, etc.) +- `make ci` - runs all CI checks (ruff, vulture, import_lint, ty, docs_lint, lint_links, check_deps) diff --git a/docs/README.md b/docs/README.md index 9b7bba9..da1999f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,11 +6,7 @@ This is a Next.js application generated with Run development server: ```bash -npm run dev -# or -pnpm dev -# or -yarn dev +bun run dev ``` Open http://localhost:3000 with your browser to see the result.