diff --git a/README.md b/README.md index e88538cc..582878d1 100644 --- a/README.md +++ b/README.md @@ -66,28 +66,28 @@ Serve with live/hot reload at `localhost:8080`: npm run dev ``` -Run all linters: +Run all format checking: ```shell -npm run lint +npm run check ``` -Run all linters with autofix: +Run all formatters: ```shell -npm run fix +npm run format ``` -Run all format checking: +Run all linters: ```shell -npm run check +npm run lint ``` -Run all formatters: +Run all linters with autofix: ```shell -npm run format +npm run fix ``` Build for production: