diff --git a/README.md b/README.md index bc81996..9490d4f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,13 @@ All-in-one code linter and formatter for TypeScript and JavaScript ## ⚡️ Quickstart -- `npm install @dauta/uniform --save-dev` or `yarn add -D @dauta/uniform` -- `npx uniform` or `yarn uniform` +- Install the package: + +`npm install @dauta/uniform --save-dev` or `yarn add -D @dauta/uniform` + +- Run the init command: + +`npx uniform` or `yarn uniform` _Note:_ You _might_ need to restart ESLint server in your IDE for the config files to get picked up.