Skip to content

Commit

Permalink
fix: update contact email in CODE_OF_CONDUCT and modify example in RE…
Browse files Browse the repository at this point in the history
…ADME
  • Loading branch information
ouhammmourachid committed Mar 2, 2025
1 parent 9413a4c commit 0b9de0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
rachidouhammou21@gmail.com.
ouhammmourachid@gmail.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install mermaid-py
import mermaid as md
from mermaid.graph import Graph

sequence = Graph('Sequence-diagram',"""
render = md.Mermaid("""
stateDiagram-v2
[*] --> Still
Still --> [*]
Expand All @@ -42,7 +42,6 @@ stateDiagram-v2
Moving --> Crash
Crash --> [*]
""")
render = md.Mermaid(sequence)
render # !! note this only works in the notebook that rendered the html.
```

Expand Down

0 comments on commit 0b9de0a

Please sign in to comment.