Skip to content

Commit f67e61f

Browse files
committed
fix: correct GitHub username in README
1 parent e179719 commit f67e61f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ the project name you provide in the next step.
8787

8888
Run the following command from inside your projects folder:
8989
```bash
90-
copier copy gh:KyleFerreira/python-project-template ./your-project-name
90+
copier copy gh:KyleFe/python-project-template ./your-project-name
9191
```
9292

9393
Replace `your-project-name` with the name of your new project (e.g.
@@ -192,7 +192,7 @@ git add .
192192
git commit -m "feat: initial project setup"
193193

194194
# Create a new empty repo on GitHub (no README, no .gitignore), then:
195-
git remote add origin https://github.com/KyleFerreira/your-project-name.git
195+
git remote add origin https://github.com/KyleFe/your-project-name.git
196196
git push -u origin main
197197
```
198198

0 commit comments

Comments
 (0)