Skip to content

Commit 6eca089

Browse files
committed
Fix a typo; correct filename.
1 parent 3799353 commit 6eca089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npx eslint --init
3333
```
3434
or rename a template from the templates dir
3535
```sh
36-
cp node_modules/@digitalbazaar/eslint-config/templates/node-recommended.js ./eslint.config.js
36+
cp node_modules/@digitalbazaar/eslint-config/templates/node.js ./eslint.config.js
3737
```
3838

3939
### Dependencies
@@ -81,7 +81,7 @@ export default [
8181

8282
Recommended configs (listed above) exist for common use cases. They may be
8383
sufficient on their own when using the opinionated code and file style used by
84-
Digital Bazaar for specific types of pacakges. However, they can also be mixed
84+
Digital Bazaar for specific types of packages. However, they can also be mixed
8585
and matched and modified as needed. Note that currently required plugin
8686
dependencies must be manually installed when using recommended configs.
8787

0 commit comments

Comments
 (0)