Skip to content

Commit d06af76

Browse files
authored
docs: correct npm command in Format Markdown files section (#2)
1 parent 4780570 commit d06af76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ console.log("We will be marked.");
7474

7575
### Format Markdown files
7676

77-
Formatting your Markdown content is as simple as running `npm run prettier`. This process will also be automatically performed when you commit staged files.
77+
Formatting your Markdown content is as simple as running `npm run fix`. This process will also be automatically performed when you commit staged files.
7878

7979
If you wish to prevent codeblocks from being formatted by Prettier, you can use the `<!-- prettier-ignore -->` directive:
8080

0 commit comments

Comments
 (0)