README.md: Fix formatting
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 13 Oct 2022 20:41:30 +0000 (22:41 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 13 Oct 2022 20:41:30 +0000 (22:41 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 39da874467fe459653b2ecd6aba06d4fe504e303..10f134dc7a5b223b49566b9a45439ac09513d6db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ You can use node versions >= 12.x for thread pool, and node versions >= 16.x for
   - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` Submit tasks to worker using a weighted round robin scheduling algorithm based on tasks execution time
   - `WorkerChoiceStrategies.FAIR_SHARE`: Submit tasks to worker using a fair share tasks scheduling algorithm based on tasks execution time
 
-  `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` and `WorkerChoiceStrategies.FAIR_SHARE` strategies are targeted to heavy and long tasks
+  `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` and `WorkerChoiceStrategies.FAIR_SHARE` strategies are targeted to heavy and long tasks  
   Default: `WorkerChoiceStrategies.ROUND_ROBIN`
 
 - `enableEvents` (optional) - Events emission enablement in this pool. Default: true