Skip to content

Commit 2cb5ed3

Browse files
committed
fix: readme
1 parent 1290ebe commit 2cb5ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the following to your `package.json`
3030
"prettier": "prettier-config-atomic",
3131
"scripts": {
3232
"format": "prettier --write .",
33-
"test.format": "prettier . --check",
33+
"test.format": "prettier . --check"
3434
}
3535
```
3636
and run `npm run format` to format the files. You can also use `npm run test.format` in the CI to test formatting of the project.

0 commit comments

Comments
 (0)