diff --git a/README.md b/README.md index 61f9c47..ec44216 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rstack CLI brings the Rstack toolchain together for JavaScript development, with one CLI, one configuration, and one consistent workflow. -It also covers local development needs outside Rstack's scope, with Oxfmt formatting and lint-staged commands. +It also covers local development needs outside Rstack's scope, with Prettier formatting and lint-staged commands. | Command | Description | Powered by | | ------------ | -------------------------------- | --------------------------------------------------------- | @@ -21,7 +21,7 @@ It also covers local development needs outside Rstack's scope, with Oxfmt format | `rs lint` | Lint code | [Rslint](https://github.com/web-infra-dev/rslint) | | `rs lib` | Build library | [Rslib](https://github.com/web-infra-dev/rslib) | | `rs doc` | Serve or build docs | [Rspress](https://github.com/web-infra-dev/rspress) | -| `rs fmt` | Format code (TODO) | [Oxfmt](https://github.com/oxc-project/oxc) | +| `rs fmt` | Format code (TODO) | [Prettier](https://github.com/prettier/prettier) | | `rs setup` | Install Git hooks | - | | `rs staged` | Run tasks on staged Git files | [lint-staged](https://github.com/lint-staged/lint-staged) |