From 749610d6dbcab7b461ede6ca0e20ef8311203cef Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 23 Mar 2026 01:21:40 +0800 Subject: [PATCH] docs(readme): rename 'Web' section header to 'Web Development' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4eaaa36..ba9b5ff 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources. - [Computer Vision](#computer-vision) - [Recommender Systems](#recommender-systems) -**Web** +**Web Development** - [Web Frameworks](#web-frameworks) - [Web APIs](#web-apis) @@ -197,7 +197,7 @@ _Libraries for building recommender systems._ - [implicit](https://github.com/benfred/implicit) - A fast Python implementation of collaborative filtering for implicit datasets. - [scikit-surprise](https://github.com/NicolasHug/Surprise) - A scikit for building and analyzing recommender systems. -**Web** +**Web Development** ## Web Frameworks