From 0c414b4e144a9798bfc0e113caaff29e56ee999a Mon Sep 17 00:00:00 2001 From: slow-groovin <136044792+slow-groovin@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:42:31 +0800 Subject: [PATCH] docs: fix mistake of add command in github.md --- src/lib/docs/registry/providers/github.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/docs/registry/providers/github.md b/src/lib/docs/registry/providers/github.md index 92b42e5..3e3e5af 100644 --- a/src/lib/docs/registry/providers/github.md +++ b/src/lib/docs/registry/providers/github.md @@ -1,7 +1,7 @@ --- title: GitHub description: How to use GitHub as your registry provider. -lastUpdated: 4-10-2025 +lastUpdated: 9-3-2025 --- ## Branches and Tags @@ -46,7 +46,7 @@ When referencing GitHub as the provider you can use the `github` shorthand in pl Example: ```sh -npx jsrepo add @ieedan/std/utils/math +npx jsrepo add github/ieedan/std/utils/math ``` In the `jsrepo.json`: @@ -55,7 +55,7 @@ In the `jsrepo.json`: { "$schema": "https://unpkg.com/jsrepo@1.47.0/schemas/project-config.json", // use github instead of https://github.com - "repos": ["@ieedan/std"], + "repos": ["github/ieedan/std"], "path": "src/blocks", "includeTests": false, "watermark": true,