Skip to content

Commit 662e41d

Browse files
authored
Update README.md
1 parent f4985e2 commit 662e41d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# CSVFull
1+
# Java Call Stack Graph Tool
2+
#### A tool to generate a graphical representation of the Java call stack.
23

34
### Instruction to run tool using intelliJ.
45
1. Download or clone the repository.
@@ -8,6 +9,7 @@
89

910
### Instruction to run tool using Maven.
1011
Since this is a Maven project, use the command below to run the tool from root folder of the repo.
12+
1113
`mvn exec:java -Dexec.mainClass=com.csgt.Main`
1214

1315

0 commit comments

Comments
 (0)