Skip to content

Commit

Permalink
Updated README.md post refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hyakuhei committed Sep 10, 2021
1 parent 4bf42fd commit 84a26ff
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 @@ -26,8 +26,8 @@ The idea is that you can use simplified python, and not even need to understand
like variables, or control structures, but still create a useful diagram.

```python
from fluentm import Actor, Boundary, Process, DataFlow
from fluentm import report
from fluentm.entities import Actor, Boundary, Process, DataFlow
from fluentm.renderer import report

scenes={
"FluenTM":[
Expand Down

0 comments on commit 84a26ff

Please sign in to comment.