From 78816dec4a2f60924407bcdce603d7d8f1575d51 Mon Sep 17 00:00:00 2001 From: Avi Avni Date: Tue, 8 Jul 2025 02:12:17 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edd18fcb..2a712b33 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ npm run dev curl -X POST http://127.0.0.1:5000/analyze_folder -H "Content-Type: application/json" -d '{"path": "", "ignore": ["./.github", "./sbin", "./.git","./deps", "./bin", "./build"]}' -H "Authorization: " ``` -Note: At the moment code-graph can analyze both the C & Python source files. -Support for additional languages e.g. JavaScript, Go, Java is planned to be added +Note: At the moment code-graph can analyze both the Java & Python source files. +Support for additional languages e.g. C, JavaScript, Go is planned to be added in the future. Browse to [http://localhost:3000](http://localhost:3000)