Edit markdown

This commit is contained in:
2025-08-31 05:14:25 -05:00
parent c7da2524a6
commit a1d70a6c54

View File

@@ -3,4 +3,6 @@ Other peoples code
- cmake/bin2h.cmake, from: https://github.com/sivachandran/cmake-bin2h (MIT) - cmake/bin2h.cmake, from: https://github.com/sivachandran/cmake-bin2h (MIT)
- Cppified the multipart/form-data code from: https://github.com/dajuric/simple-http (MIT) - Cppified the multipart/form-data code from: https://github.com/dajuric/simple-http (MIT)
- mbedtls ssl code from mbedtls examples (Apache 2.0) - mbedtls ssl code from mbedtls examples (Apache 2.0)
- [Sqlite](https://www.sqlite.org/) (in folder src/sqlite also uses demo VFS (at least on Wii))
- [Sago's platform_folders](https://github.com/sago007/PlatformFolders) (in folder src/sago)