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 91e2e75 commit 058851c
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
Expand Up @@ -10,12 +10,12 @@ It allows crating places with tokens, transitions and arcs. Created Petri nets c

## Installation

Requires Pharo 7 or 8 image - clean or with loaded OpenPonk.
Requires Pharo 12 image - clean or with loaded OpenPonk.

In Playground, execute following script:
```
Metacello new
baseline: 'PetriNets';
baseline: 'OpenPonkPetriNets';
repository: 'github://OpenPonk/petrinets/repository';
load
```

0 comments on commit 058851c

Please sign in to comment.