Skip to content

Commit 1072b43

Browse files
authored
Fix repository URL in CONTRIBUTING file
Updated repository URL in development setup instructions.
1 parent 1962924 commit 1072b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Thanks for your interest in contributing to pythontogo. This document explains h
1717

1818
3. Development setup
1919
- Clone your fork and create a branch:
20-
- git clone https://github.com/your-username/python_togo.git
20+
- git clone https://github.com/your-username/pythontogo.git
2121
- git checkout -b feature/short-description
2222
- Create and activate a virtual environment:
2323
- python -m venv .venv

0 commit comments

Comments
 (0)