check if mermiad works

This commit is contained in:
2025-09-01 02:52:11 -07:00
parent 6a4b41318c
commit 04cbe7f93c

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# does this work
```mermaid
flowchart 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]
```