From 39bdb1f56809f0fd8d8a3c6832c914151975b8ed Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:54:34 -0600 Subject: [PATCH] update readme prettier command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd1aa0ee2..8f606cdb2e 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ $ npm run build $ npm run serve ``` -Note: `npx prettier . --write` is for verifying the formatting of all .md files and should be run in the root directory. +Note: `npx prettier --write --ignore-path .gitignore --ignore-path .prettierignore .` is for verifying the formatting of all .md and .mdx files and should be run in the root directory.