documentation update
[javainspect.git] / doc / index.html
index 59f4863..f6c58d6 100644 (file)
@@ -71,9 +71,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