Skip to content

Commit 01ba3a8

Browse files
authored
Update README.md
1 parent 5f6c77f commit 01ba3a8

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
<h1>Tree Viewer</h1>
2-
This is a Tree viewer for JavaFX 12
1+
<h1>Parse Tree Viewer for JavaFX 12</h1>
2+
This is a Tree viewer for JavaFX 12 for viewing Parse Trees generated by the SMILES Parser.
33

4-
<h1>Compilation</h1>
5-
mvn clean compile package javafx:run
4+
<h2>Purpose</h2>
5+
This tool can be used to diagnose issues with a Parse Tree. This is especially helpful with larger and more complex molecules.
6+
7+
<h2>Usage</h2>
8+
Place a valid parse tree json file in your filesystem at the location specified in Line 287 of App.java. (Modify this URL to match your local machine)
9+
10+
<h2>Compilation</h2>
11+
To run, enter this on the command line: mvn clean compile package javafx:run

0 commit comments

Comments
 (0)