Skip to content

Commit d60146e

Browse files
update README to use npm run format for code formatting
1 parent e36cd58 commit d60146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ npm test
4343
### Formatting Code
4444

4545
```console
46-
npx prettier . --write
46+
npm run format
4747
```
4848

4949
### Running Tests

0 commit comments

Comments
 (0)