From 6d67d7a7bf950b0bf1ffc3855783e1f8ec49d235 Mon Sep 17 00:00:00 2001 From: Christopher Tangonan <161169629+cTangonan123@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:35:35 +0000 Subject: [PATCH] fix: bash cmd instructions, to current dir --- with-nextra-3/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextra-3/readme.md b/with-nextra-3/readme.md index 2eb4fd0..c7e7f52 100644 --- a/with-nextra-3/readme.md +++ b/with-nextra-3/readme.md @@ -6,7 +6,7 @@ This is an example website using Nextra (v3) and Code Hike. Clone it with: ```bash -$ npx degit code-hike/examples/with-nextra my-docs +$ npx degit code-hike/examples/with-nextra-3 my-docs $ cd my-docs ```