From 65021308381326be66b6f50c8375ce4250465776 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 25 May 2019 18:07:11 +0800 Subject: [PATCH] Fix section title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd0ab17c..7e3ded1b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [GUI](#gui) - [Hardware](#hardware) - [HTML Manipulation](#html-manipulation) - - [HTTP](#http) + - [HTTP Clients](#http-clients) - [Image Processing](#image-processing) - [Implementations](#implementations) - [Interactive Interpreter](#interactive-interpreter) @@ -648,7 +648,7 @@ Code Formatters * [xmldataset](https://xmldataset.readthedocs.io/en/latest/) - Simple XML Parsing. * [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON. -## HTTP +## HTTP Clients *Libraries for working with HTTP.*