From 9884da9d9d85cbf80c611a2f8a890692418f1a6f Mon Sep 17 00:00:00 2001 From: Rishiraj Acharya <44090649+rishiraj@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:26:40 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37c4fec..7aadfcc 100644 --- a/README.md +++ b/README.md @@ -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)