From ffcaae3a1ce08c90e8d3ddf48ff911fa722de3ce Mon Sep 17 00:00:00 2001 From: shautvast Date: Tue, 30 Sep 2014 12:53:08 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index de6cfd6..3db941e 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,4 @@ visualizes java class dependencies ===== -Not a finished project yet, just poking around with javassist. -It does build a model, and you you could pick up dot files to create pictures of the graph. It just isn't very pretty yet. +Builds a graph of class dependencies. Included is a sample (YoozeServer), using spring-boot for a REST service and D3 to create a force-directed graoh. From 8778cd59a4267d7c9d6ed1334322795899104a01 Mon Sep 17 00:00:00 2001 From: shautvast Date: Tue, 30 Sep 2014 12:53:41 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db941e..f64a607 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ visualizes java class dependencies ===== -Builds a graph of class dependencies. Included is a sample (YoozeServer), using spring-boot for a REST service and D3 to create a force-directed graoh. +Builds a graph of class dependencies. Included is a sample (YoozeServer), using spring-boot for a REST service and d3js to create a force-directed graph.