Skip to content

Commit

Permalink
docs: reorient the README diagram, add line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
recalcitrantsupplant committed Jan 24, 2025
1 parent e7dd99c commit e251594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Prez UI is comprised of 4 NPM packages:
### How do I decide what to use?

```mermaid
flowchart TD
A{I want a web UI} -->|No| B(prez-lib)
A --> |Yes| C{I want to use Vue}
flowchart LR
A{I want a<br> web UI} -->|No| B(prez-lib)
A --> |Yes| C{I want to<br> use Vue}
C -->|No| B
C -->|Yes| D{I want to run Prez UI}
C -->|Yes| D{I want to<br> run Prez UI}
D -->|No| E(prez-components)
D -->|Yes| F(create-prez-app)
```
Expand Down

0 comments on commit e251594

Please sign in to comment.