From f24194f85ce054ee0f0598c45fb520da9b535f42 Mon Sep 17 00:00:00 2001 From: Prashant Baldha Date: Fri, 22 Aug 2025 13:41:11 +0530 Subject: [PATCH] Corrected URL of the Request Python library URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c0eb371..29cdea799 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Requests for PHP Requests is a HTTP library written in PHP, for human beings. It is roughly based on the API from the excellent [Requests Python -library](http://python-requests.org/). Requests is [ISC +library](https://requests.readthedocs.io/en/latest/). Requests is [ISC Licensed](https://github.com/WordPress/Requests/blob/stable/LICENSE) (similar to the new BSD license) and has no dependencies, except for PHP 5.6.20+.