From 1adae902be47e93d65587ea9d7f718f7af66748a Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Sat, 8 Feb 2025 02:08:59 +0100 Subject: [PATCH] docs: Update README.md --- eslint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/README.md b/eslint/README.md index 0d1b1d4..c7339a0 100644 --- a/eslint/README.md +++ b/eslint/README.md @@ -27,7 +27,7 @@ export default [ ]; ``` -Recommended configuration in your `package.json` (using [`npm-run-all`](https://www.npmjs.com/package/npm-run-all)): +Recommended configuration in your `package.json` (using [`npm-run-all2`](https://www.npmjs.com/package/npm-run-all2)): ```json {