From c54ede995898d0782c80ffd5ff9d5b20b1945fd0 Mon Sep 17 00:00:00 2001 From: meichuanyi Date: Sat, 20 Jun 2026 20:36:55 +0800 Subject: [PATCH] docs: fix typo in README Signed-off-by: meichuanyi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209a689..6f50deb 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This list aims to serve as a single centralized location for the best of open so
How The List Works
- Definitive-opensource was initially a single markdown file that was edited directly. However, as the list scaled, this manual approach proved cumbersome and limited. Additionally, as popularity increased, we recieved many requests for README's of individual platforms - something that would be not be realistic to do manually. + Definitive-opensource was initially a single markdown file that was edited directly. However, as the list scaled, this manual approach proved cumbersome and limited. Additionally, as popularity increased, we received many requests for README's of individual platforms - something that would be not be realistic to do manually.

 

As of v0.6.2-beta, the project was fundamentally re-made. Categories and applications were put in categories.json and applications.json, respectively. Python scripts were made to generate one main list and more platform-specific lists. This was paired with GitHub actions to run the scripts when any changes were made. This opened up a world of possibilies, making refactoring the list format far easier whilst eliminating typos.