From 768eb18280ff01b05c9f7b7e5aa60b8a8a467558 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Thu, 17 Jan 2013 00:29:05 +0100
Subject: [PATCH] updated readme.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e1ae3b30..ef58acbe 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,11 @@ For snapshots, add the following to your pom.xml file:
 
 ## Building
 mvn clean package  
-mvn javadoc:javadoc  
+mvn javadoc:aggregate  
+
+## Running Demo
+    cd /path/to/xchart-demo/jar/
+    java -cp xchart-demo-1.3.0.jar:xchart-1.3.0.jar com.xeiam.xchart.demo.XChartDemo
 
 ## Bugs
 Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues).  
-- 
GitLab