From cc8f4df661143296a613d7774caf6b3bd4a3e0a2 Mon Sep 17 00:00:00 2001 From: Philipp Lichtmannegger <80164699+lichtmanager@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:02:11 +0200 Subject: [PATCH] fixed typo in README.md fixed minor typo i couldn't overread --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48a99b..a63812c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ There are currently good workflow engines, but since they try to implement BPMN, Most of BPMN concepts are not essential to many applications, and building such applications on top of a heavy engine is not efficient. Easy Flows tries to provide a simple alternative with natural APIs that are easy to think about along with basic flows that most small/medium sized - applications would require. If your business process requires a A0 paper to be drawn down, Easy Flows is probably not the right choice for you. + applications would require. If your business process requires an A0 paper to be drawn down, Easy Flows is probably not the right choice for you. ## Contribution