From f03912b774355fd3f6e9080b0e4aac4811b956bb Mon Sep 17 00:00:00 2001 From: Juan Morales Date: Wed, 16 Aug 2023 19:19:30 -0300 Subject: [PATCH] Update README.md typeO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea60a09..b4a651a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP Process virtual machine -The library provides tooling to build/execute/visualise [workflows](https://en.wikipedia.org/wiki/Workflow), [BPMN](http://www.bpmn.org/), chat bots, [state machines](https://en.wikipedia.org/wiki/Finite-state_machine). Designed for parallel and destributed execution. Backed up by [workflow nets (WF-nets)](https://en.wikipedia.org/wiki/Petri_net) and [graphs](https://en.wikipedia.org/wiki/Graph_theory) theories. +The library provides tooling to build/execute/visualise [workflows](https://en.wikipedia.org/wiki/Workflow), [BPMN](http://www.bpmn.org/), chat bots, [state machines](https://en.wikipedia.org/wiki/Finite-state_machine). Designed for parallel and distributed execution. Backed up by [workflow nets (WF-nets)](https://en.wikipedia.org/wiki/Petri_net) and [graphs](https://en.wikipedia.org/wiki/Graph_theory) theories. ## Examples