From f863de2786a29f390f31a7cbc660b81a733c1552 Mon Sep 17 00:00:00 2001 From: Tim Molter <tim@knowm.org> Date: Wed, 7 Oct 2015 11:00:34 +0200 Subject: [PATCH] README tweak [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 272a013b..031c4a73 100644 --- a/README.md +++ b/README.md @@ -140,14 +140,16 @@ libraryDependencies += "org.knowm.xchart" % "xchart" % "2.6.0" exclude("de.erich ## Running Demo cd /path/to/xchart-demo/jar/ - java -cp xchart-demo-2.5.1.jar:xchart-2.5.1.jar org.knowm.xchart.demo.XChartDemo + java -cp xchart-demo-2.6.0.jar:xchart-2.6.0.jar org.knowm.xchart.demo.XChartDemo  ## Bugs + Please report any bugs or submit feature requests to [XChart's Github issue tracker](https://github.com/timmolter/XChart/issues). ## Continuous Integration + [](https://travis-ci.org/timmolter/XChart.png) [Build History](https://travis-ci.org/timmolter/XChart/builds) -- GitLab