docs: format 'Branching model' section in README.md
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 00:26:58 +0000 (02:26 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 00:26:58 +0000 (02:26 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
README.md

index 7ba9efe61c66fb3ed1148a94d5fe716ed8f30043..0a4063886f6767cf8a5aa6710776e8bd44ed7cc1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ Simple [node.js](https://nodejs.org/) software to simulate and scale a set of ch
   - [Development prerequisites (optional)](#development-prerequisites-optional)
     - [Unix](#unix)
     - [Windows](#windows-1)
+  - [Branching model](#branching-model)
   - [Dependencies](#dependencies)
 - [Initial configuration](#initial-configuration)
 - [Start simulator](#start-simulator)
@@ -95,8 +96,8 @@ Setup [volta](https://volta.sh/) with [pnpm](https://github.com/pnpm/pnpm) packa
 
 ### Branching model
 
-The `main` branch is the default development branch.
-The `vX` branches are the maintenance branches for the corresponding major version `X`.
+The `main` branch is the default development branch.  
+The `vX` branches are the maintenance branches for the corresponding major version `X`.  
 The `vX.Y` branches are the maintenance branches for the corresponding major and minor version `X.Y`.
 
 ### Dependencies