From b48b37d8c38525e1633bd4786b8c59dbc5ee247e Mon Sep 17 00:00:00 2001 From: vipuljain675-projects Date: Mon, 27 Oct 2025 12:09:15 +0530 Subject: [PATCH] [DOC] Remove unnecessary author note from README.md "Removed the hanging line in the 'Hints on how to integrate a new Module' section as it appeared to be an author's internal note, not part of the final documentation." --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 06f4c8e84..4429c7a2c 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,6 @@ Things to mention: - how to add new libraries and integrate them to build tools - ... -`MAYBE AS SEPARATE DOCUMENTATION TO KEEP THIS README SHORT` ### Branching The `master` branch contains latest stable releases. The `develop` branch is the main development branch that will be merged into the `master` branch from time to time. Any other branch focuses certain bug fixes or feature requests.