Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishiraj authored Sep 22, 2024
1 parent a63e8e8 commit 9884da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Accelerate your downloads with just a few lines of code:
```python
from firerequests import FireRequests

url = "https://example.com/largefile.iso"
filename = "largefile.iso"
url = "https://mirror.clarkson.edu/zorinos/isos/17/Zorin-OS-17.2-Core-64-bit.iso"
filename = "Zorin-OS-17.2-Core-64-bit.iso"

fr = FireRequests()
fr.download(url, filename)
Expand Down

0 comments on commit 9884da9

Please sign in to comment.