From 08c18289079faaf5e815174300f2e0792c946ce0 Mon Sep 17 00:00:00 2001 From: dl1com <1631996+dl1com@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:36:31 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f27cabae..3e6aee5b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is the firmware for the Arduino-based hardware that is part of the AYAB pro ## Branching Model -**Development of the latest and upcoming features happens on the 'main branch.** For each major release, a dedicated maintenance branch is created to manage bug fixes, security patches, and backporting for that specific release. These branches follow the naming convention -maint (e.g., *0.95-maint*). This approach allows us to continue forward development while ensuring stability and long-term support for previous versions. +**Development of the latest and upcoming features happens on the 'main' branch.** For each major release, a dedicated maintenance branch is created to manage bug fixes, security patches, and backporting for that specific release. These branches follow the naming convention -maint (e.g. *0.95-maint*). This approach allows us to continue forward development while ensuring stability and long-term support for previous versions. ## Updating your AYAB firmware