We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b6e33 commit 78816deCopy full SHA for 78816de
1 file changed
README.md
@@ -80,8 +80,8 @@ npm run dev
80
curl -X POST http://127.0.0.1:5000/analyze_folder -H "Content-Type: application/json" -d '{"path": "<PATH_TO_LOCAL_REPO>", "ignore": ["./.github", "./sbin", "./.git","./deps", "./bin", "./build"]}' -H "Authorization: <YOUR_SECRECT_TOKEN>"
81
```
82
83
-Note: At the moment code-graph can analyze both the C & Python source files.
84
-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
85
in the future.
86
87
Browse to [http://localhost:3000](http://localhost:3000)
0 commit comments