From ae0fb9af5291c0a083ec686d3e0ee07f51c5262e Mon Sep 17 00:00:00 2001 From: shautvast Date: Fri, 3 Oct 2014 10:03:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f64a607..0376773 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ visualizes java class dependencies ===== 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. + +Example usage: +execute: gradlew run +goto: http://localhost:8080