updated manual to reflect latest version
[javainspect.git] / doc / index.html
index 9028b5c..096c1e0 100644 (file)
@@ -27,6 +27,10 @@ This software is distributed under <a
 \r
        <h2>General</h2>\r
 \r
+       Goal: simplify/speed up understanding the computer program code by\r
+       automatically visualizing its structure.\r
+         \r
+       <br/><br/>\r
        JavaInspect is a Java library that you can embed into your Java project\r
        with a few lines of Maven configuration and then visualize any part of\r
        your Java program structure with few simple JavaInspect API calls at\r
@@ -71,9 +75,10 @@ This software is distributed under <a
        Following example produces graph for JavaInspect itself:\r
 \r
        <pre>\r
+\r
 <code>\r
 // Create graph\r
-final Graph graph = new Graph();\r
+final ClassGraph graph = new ClassGraph();\r
 \r
 // Add some object to the graph.\r
 graph.addObject(graph);\r
@@ -107,7 +112,7 @@ Declare JavaInspect as dependency:
         &lt;dependency&gt;\r
             &lt;groupId&gt;eu.svjatoslav&lt;/groupId&gt;\r
             &lt;artifactId&gt;javainspect&lt;/artifactId&gt;\r
-            &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;\r
+            &lt;version&gt;1.1&lt;/version&gt;\r
         &lt;/dependency&gt;\r
  \r
     &lt;/dependencies&gt;\r