diff --git a/README.md b/README.md index f30240b..c396f54 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Use Aurora Game Engine **[[rep](https://github.com/eugene-serb/aurora-game-engin ## Commands: -- npm run start — run with watcher -- npm run dev — run dev server -- npm run build — build in production mode, -- npm run build:dev — build in development mode, -- npm run lint — run lint check, -- npm run lint:fix — run lint fix, -- npm run format — run prettier check, -- npm run format:fix — run prettier fix, -- npm run test — run tests +- `npm run start` — run with watcher +- `npm run dev` — run dev server +- `npm run build` — run build in production mode +- `npm run build:dev` — run build in development mode +- `npm run lint` — run lint check +- `npm run lint:fix` — run lint fix +- `npm run format` — run prettier check +- `npm run format:fix` — run prettier fix +- `npm run test` — run tests