From c51a9efa2bc4285cabeb2f7e42386e89baa3df89 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 03:10:41 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8c31c55..9dce3e7b 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ --------------------- + +**Requests** is an elegant and simple HTTP library for Python, built for human beings. + [![Downloads](https://pepy.tech/badge/requests)](https://pepy.tech/project/requests) [![image](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests/) [![image](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors) -**Requests** is an elegant and simple HTTP library for Python, built for human beings. - Behold, the power of Requests: ``` {.sourceCode .python}