From 28afeec8c1f6108d6a68fe4bfb49a1014ffa59cb Mon Sep 17 00:00:00 2001 From: Eduardo Leao <121963234+eduardoleao052@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:18:38 -0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 537a5c2..ce4ae33 100644 --- a/README.md +++ b/README.md @@ -186,12 +186,10 @@ for (let i = 0; i < 40; i++) { ## 3. Distribution & Devtools -- To **Build for Distribution**, run `npm run build`. CJS and ESM modules and `index.d.ts` will be output in the `dist/` folder. -- To check the code with **ESLint** at any time, run `npm run lint`. -- To improve code formatting with **prettier**, run `npm run prettier`. -- **Performance benchmarks** are also included and tracked in the `tests/benchmarks/` directory. -- Run all benchmarks with `npm run bench` -- Save new benchmarks with `npm run bench:update`. +- To **build for distribution**, run `npm run build`. CJS and ESM modules and `index.d.ts` will be output in the `dist/` folder. +- To **check the code** with ESLint at any time, run `npm run lint`. +- To **improve code formatting** with prettier, run `npm run prettier`. +- **Performance benchmarks** are also included in the `tests/benchmarks/` directory. Run all benchmarks with `npm run bench` and save new benchmarks with `npm run bench:update`. ## 4. Results