Skip to content

Commit

Permalink
Fixed Baseline name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko authored Dec 10, 2024
1 parent fdcecd7 commit a009af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
```

0 comments on commit a009af6

Please sign in to comment.