You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ console.log("We will be marked.");
74
74
75
75
### Format Markdown files
76
76
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.
78
78
79
79
If you wish to prevent codeblocks from being formatted by Prettier, you can use the `<!-- prettier-ignore -->` directive:
0 commit comments