Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko authored Dec 10, 2024
1 parent f267f01 commit e705174
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 @@ -6,12 +6,12 @@ This is an unoffical updated version of Finite-state machines extension for [Ope

## 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: 'FsmEditor';
baseline: 'OpenPonkFsmEditor';
repository: 'github://OpenPonk/fsm-editor/repository';
load
```

0 comments on commit e705174

Please sign in to comment.