Skip to content

Commit c19d6ed

Browse files
committed
Update readme
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 129ba49 commit c19d6ed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ Then run `npm install`, `yarn install`, or `bun install` depending on your packa
3333
Here’s how to use CLDK to analyze a Java project and access key analysis artifacts:
3434

3535
```typescript
36-
import { CLDK } from "typescript-sdk";
37-
import { dayTraderApp } from "./path/to/config"; // Your app path setup
36+
import { CLDK } from "cldk";
3837

3938
// Initialize Java analysis
4039
const analysis = CLDK.for("java").analysis({
41-
projectPath: dayTraderApp,
40+
projectPath: "/path/to/your/java/project",
4241
analysisLevel: "Symbol Table",
4342
});
4443

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"fast-glob": "^3.3.3",
3535
"loglevel": "^1.9.2",
3636
"rimraf": "^6.0.1",
37-
"tmp-promise": "^3.0.3",
3837
"yarn": "^1.22.22",
3938
"zod": "^3.24.3"
4039
},

0 commit comments

Comments
 (0)