Skip to content

Commit

Permalink
WIP sopn process diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 21, 2023
1 parent 9e4d957 commit 36f5ff7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ynr/apps/sopn_parsing/sopn_processing.mermaid
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```mermaid
graph TD
A[Start] --> B[Process 1]
B --> C[Process 2]
C --> D[Process 3]
D --> E[End]
```

0 comments on commit 36f5ff7

Please sign in to comment.