From 50349191215b23f7a59f1bf1fa4768f047b50be6 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 25 May 2019 18:08:20 +0800 Subject: [PATCH] Fix GUI section title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e3ded1b..b799a26f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Functional Programming](#functional-programming) - [Game Development](#game-development) - [Geolocation](#geolocation) - - [GUI](#gui) + - [GUI Development](#gui-development) - [Hardware](#hardware) - [HTML Manipulation](#html-manipulation) - [HTTP Clients](#http-clients) @@ -588,7 +588,7 @@ Code Formatters * [funcy](https://github.com/Suor/funcy) - A fancy and practical functional tools. * [Toolz](https://github.com/pytoolz/toolz) - A collection of functional utilities for iterators, functions, and dictionaries. -## GUI +## GUI Development *Libraries for working with graphical user interface applications.*