Skip to content

Commit 39f30ba

Browse files
committed
Update project name
1 parent 28fdfaa commit 39f30ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Spec-Driven Development **flips the script** on traditional software development
3333
Initialize your project depending on the coding agent you're using:
3434

3535
```bash
36-
uvx --from git+https://github.com/localden/sdd.git specify init <PROJECT_NAME>
36+
uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME>
3737
```
3838

3939
### 2. Create the spec

src/specify_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ def download_template_from_github(ai_assistant: str, download_dir: Path, *, verb
389389
"""Download the latest template release from GitHub using HTTP requests.
390390
Returns (zip_path, metadata_dict)
391391
"""
392-
repo_owner = "localden"
393-
repo_name = "sdd"
392+
repo_owner = "github"
393+
repo_name = "spec-kit"
394394

395395
if verbose:
396396
console.print("[cyan]Fetching latest release information...[/cyan]")

0 commit comments

Comments
 (0)