maurocarlu commited on
Commit
7bf66da
·
1 Parent(s): 8b15754

fix: mermaid diagram syntax for endpoints

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -50,9 +50,9 @@ graph TB
50
 
51
  subgraph "Serving Layer"
52
  F --> G[FastAPI Service]
53
- G --> H["/predict"]
54
- G --> I["/predictions"]
55
- G --> J["/health"]
56
  end
57
 
58
  subgraph "Frontend"
 
50
 
51
  subgraph "Serving Layer"
52
  F --> G[FastAPI Service]
53
+ G --> H[predict endpoint]
54
+ G --> I[predictions endpoint]
55
+ G --> J[health endpoint]
56
  end
57
 
58
  subgraph "Frontend"