From a009af632218013561fcf469c2f02470a370e3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Blizni=C4=8Denko?= <9571633+JanBliznicenko@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:04:43 +0100 Subject: [PATCH] Fixed Baseline name in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74539df..b09b525 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenPonk: BPMN -This is an unoffical updated version of BPMN extension for [OpenPonk tool](https://openponk.org). +This is a partial prototype of BPMN implementation for [OpenPonk tool](https://openponk.org). ## Installation @@ -9,7 +9,7 @@ Requires Pharo 12 image - clean or with loaded OpenPonk. In Playground, execute following script: ``` Metacello new - baseline: 'BPMN'; + baseline: 'OpenPonkBPMN'; repository: 'github://OpenPonk/BPMN'; load ```