From 6eca089fe01948c87d70835cd75dbd3c37c8a55d Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 4 Sep 2025 10:31:15 -0400 Subject: [PATCH] Fix a typo; correct filename. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f41301..ef51de4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npx eslint --init ``` or rename a template from the templates dir ```sh -cp node_modules/@digitalbazaar/eslint-config/templates/node-recommended.js ./eslint.config.js +cp node_modules/@digitalbazaar/eslint-config/templates/node.js ./eslint.config.js ``` ### Dependencies @@ -81,7 +81,7 @@ export default [ Recommended configs (listed above) exist for common use cases. They may be sufficient on their own when using the opinionated code and file style used by -Digital Bazaar for specific types of pacakges. However, they can also be mixed +Digital Bazaar for specific types of packages. However, they can also be mixed and matched and modified as needed. Note that currently required plugin dependencies must be manually installed when using recommended configs.