From 023c9c894def620aa749e0047cc967645479ac33 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Wed, 24 Oct 2012 11:35:17 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 798dadee2..51d6a8556 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,12 @@ This project takes the report xml of your project and creates a graphml file out ivy can create graphml files itself, but since I didn't want to spend to much time getting sbt to call into Ivy to create graphs, I went with the easy way here) +Known issues +------------ + + * There's an unfixed bug with graph generation for particular layouts (#19). Workaround: + Use `dependency-tree` instead of `dependency-graph`. + Credits -------