Skip to content

Commit cc7956d

Browse files
tiagoloureirosrtab
authored andcommitted
fix typo
1 parent 78f6c70 commit cc7956d

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
@@ -20,14 +20,14 @@ Then edit your `package.json`
2020
```json
2121
{
2222
// ...
23-
"prettier": "@company/prettier-config"
23+
"prettier": "@dipcode/prettier-config"
2424
}
2525
```
2626

2727
If you want to extend the configuration, you have to create your own `.prettierrc.js`.
2828

2929
```js
30-
import companyPrettierConfig from '@dipcode/prettier-config';
30+
import dipcodePrettierConfig from '@dipcode/prettier-config';
3131

3232
export default {
3333
...dipcodePrettierConfig,

0 commit comments

Comments
 (0)