Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fixed a typo in github url
  • Loading branch information
HitaloM committed Feb 2, 2024
commit 891e215209bcfb8fae9a5c20394fb8bd40c7d078
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ You can read more about pull requests in the [GitHub docs](https://docs.github.c
2. Clone your forked repository of Hydrogram to your computer:

```bash
git clone <https://github.com/><your username>/hydrogram
git clone https://github.com/<your username>/hydrogram
cd hydrogram
```

4. Add a track to the original repository:

```bash
git remote add upstream <https://github.com/hydrogram/hydrogram>
git remote add upstream https://github.com/hydrogram/hydrogram
```

5. Install dependencies:
Expand Down