diff --git a/3-Path-to-Peace.md b/3-Path-to-Peace.md index b2c8faa..c6bd6ad 100644 --- a/3-Path-to-Peace.md +++ b/3-Path-to-Peace.md @@ -9,15 +9,7 @@ ```mermaid graph TD - A[Christmas] -->|Get money| B(Go shopping) - B --> C{Let me think} - C -->|One| D[Laptop] - C -->|Two| E[iPhone] - C -->|Three| F[fa:fa-car Car] -``` -```mermaid -graph TD - A[State] -->|No Peace| B(Peace Process) + B(Current State) B --> C{Peace Process} C --> |1| D[Peace through Persuasion] C --> |2| E[Peace through Separation] @@ -50,3 +42,12 @@ Context: There exists between two or more parties "non-peace", i.e. strife, disa ## 3. Peace through elimination + +```mermaid +graph TD + A[Christmas] -->|Get money| B(Go shopping) + B --> C{Let me think} + C -->|One| D[Laptop] + C -->|Two| E[iPhone] + C -->|Three| F[fa:fa-car Car] +``` \ No newline at end of file