Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit a5358a4

Browse files
msanromanphilippemiguet
authored andcommitted
Add prettier installation on Usage
1 parent ad2ac63 commit a5358a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prettier/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This is the standard Prettier config file for the projects within the @bufferapp
44

55
## Usage
66

7-
```shell script
8-
> npm install --save-dev @bufferapp/prettier-config
7+
```console
8+
npm install --save-dev @bufferapp/prettier-config prettier
99
# or
10-
> yarn add -D @bufferapp/prettier-config
10+
yarn add -D @bufferapp/prettier-config prettier
1111
```
1212

1313
And then, on your `package.json` use
1414

15-
```json
15+
```
1616
"prettier": "@bufferapp/prettier-config"
1717
```

0 commit comments

Comments
 (0)