From 0135fcb6b1f4acc501addc6be6b72f71c95e01f1 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:54:50 -0500 Subject: [PATCH] Fix Mintlify dev command path in README.md (#320) * Initial plan * Fix incorrect Mintlify dev command path in README.md Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1703c3..238fb112 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Restart Claude Code. Context from previous sessions will automatically appear in 💻 **Local Preview**: Run Mintlify docs locally: ```bash -cd docs +cd docs/public npx mintlify dev ```