From 808fd55da7a69047cdcb143946858dd92d5a86aa Mon Sep 17 00:00:00 2001 From: conder Date: Fri, 24 Mar 2023 19:01:00 -0400 Subject: [PATCH 1/2] Fixed error of files section not linking. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01386f6..65e6ebad 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. -## Files +## File Manipulation *Libraries for file manipulation and MIME type detection.* From 20b81c76afb8de2ff4ac57071f03573045517d24 Mon Sep 17 00:00:00 2001 From: conder Date: Fri, 24 Mar 2023 19:03:11 -0400 Subject: [PATCH 2/2] Changed files section name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65e6ebad..7569214d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Email](#email) - [Enterprise Application Integrations](#enterprise-application-integrations) - [Environment Management](#environment-management) - - [Files](#files) + - [Files](#file) - [Foreign Function Interface](#foreign-function-interface) - [Forms](#forms) - [Functional Programming](#functional-programming) @@ -614,7 +614,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. -## File Manipulation +## File *Libraries for file manipulation and MIME type detection.*