Skip to content

Commit 3f4034c

Browse files
committed
chore: update readme
1 parent c32d7b5 commit 3f4034c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public-hoist-pattern[]=*
2121

2222
Or install `prettier` yourself in your `devDependencies`.
2323

24-
If using `npm`, the prettier dependency is hosted automatically.
24+
If using `npm`, the prettier dependency is hoisted automatically.
2525

2626
</details>
2727

@@ -53,7 +53,7 @@ Notice that the built folders like `dist` are in the above list.
5353

5454
### Modifying the config
5555

56-
Create a `prettier.config.js` file at the root of the project with the following content:
56+
Instead of adding the `prettier` entry to `package.json`, create a `prettier.config.js` file at the root of the project with the following content:
5757

5858
```js
5959
module.exports = {

0 commit comments

Comments
 (0)