Skip to content

Commit 7ad52a3

Browse files
committed
orrection des .md
1 parent 8803a38 commit 7ad52a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ We are committed to providing a welcoming and inspiring community for all. We pl
5050
1. Fork the repository on GitHub
5151
2. Clone your fork locally:
5252
```bash
53-
git clone https://github.com/YOUR_USERNAME/PyCompiler-ARK-Professional.git
54-
cd PyCompiler-ARK-Professional
53+
git clone https://github.com/YOUR_USERNAME/PyCompiler_ARK.git
54+
cd PyCompiler_ARK
5555
```
5656
3. Add the upstream repository:
5757
```bash
58-
git remote add upstream https://github.com/raidos23/PyCompiler-ARK-Professional.git
58+
git remote add upstream https://github.com/raidos23/PyCompiler_ARK.git
5959
```
6060

6161
## Development Setup

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ PyCompiler ARK++ provides a modular, extensible platform for Python compilation
5555
### Installation
5656

5757
```bash
58-
git clone https://github.com/raidos23/PyCompiler-ARK-Professional.git
59-
cd PyCompiler-ARK-Professional
58+
git clone https://github.com/raidos23/PyCompiler_ARK.git
59+
cd PyCompiler_ARK
6060
python -m venv .venv
6161
source .venv/bin/activate # Linux/macOS
6262
# or

0 commit comments

Comments
 (0)