Skip to content

Commit 41dd456

Browse files
committed
docs: update deployment links and improve API flow descriptions in README
1 parent cd5e19a commit 41dd456

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ An AI‑powered financial intelligence platform for detecting and investigating
1717
[![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
1818
[![React](https://img.shields.io/badge/react-18.2%2B-blue.svg)](https://reactjs.org)
1919
[![Neo4j (optional)](https://img.shields.io/badge/neo4j-optional-green.svg)](https://neo4j.com)
20-
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/AnuragWaskle/project-NETRA&dir=backend)
21-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/AnuragWaskle/project-NETRA&root-directory=frontend&project-name=netra-frontend&repository-name=netra-frontend)
20+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://netra-8j8n.onrender.com)
21+
[![Deploy with Vercel](https://vercel.com/button)](https://netra-ai.vercel.app/)
2222

2323
</div>
2424

@@ -51,7 +51,7 @@ flowchart LR
5151
5252
%% Backend API and Services
5353
subgraph Backend
54-
API[REST API (/api)]
54+
API[REST API]
5555
RS[risk_scoring.py]
5656
RG[report_generator.py]
5757
GA[graph_analysis.py]
@@ -68,8 +68,8 @@ flowchart LR
6868
6969
%% Client -> API
7070
U -->|actions| FE
71-
FE -->|Fetch JSON/PDF| API
72-
FE -->|Upload ZIP/CSV| API
71+
FE -->|Fetch JSON or PDF| API
72+
FE -->|Upload ZIP or CSV| API
7373
7474
%% API -> Services
7575
API --> RS

0 commit comments

Comments
 (0)