From 965a67c62f7e65cb90eec99f94a8ee5db08c132b Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 5 Jan 2025 20:29:08 +0100 Subject: [PATCH] Fix punctuation in link text for better clarity. Added a missing comma in the README link text for the Elsa 2 section to improve readability and align with proper punctuation standards. No functional changes were made. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 383c3a8aa..ca3e3efae 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Stack Overflow questions](https://img.shields.io/badge/stackoverflow-elsa_workflows-orange.svg)]( http://stackoverflow.com/questions/tagged/elsa-workflows ) [![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20Elsa%20Guru-006BFF)](https://gurubase.io/g/elsa) -### [For Elsa 2 Click Here](https://github.com/elsa-workflows/elsa-core/tree/2.x) +### [For Elsa 2, Click Here](https://github.com/elsa-workflows/elsa-core/tree/2.x) ## Introduction Elsa is a powerful workflow library that enables workflow execution within any .NET application. Elsa allows you to define workflows in various ways, including: