From 60b3fb807f7e684b31cffe8886caa5942318ca8f Mon Sep 17 00:00:00 2001 From: Tim Molter <tim.molter@gmail.com> Date: Mon, 16 Feb 2015 10:59:12 +0100 Subject: [PATCH] update README [ci skip] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ac12f54..19073820 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Usage is very simple: Create a Chart instance, add a series of data to it, and e Now go ahead and [study some more examples](http://xeiam.com/xchart-example-code/), [download the thing](http://xeiam.com/xchart-change-log) and [provide feedback](https://github.com/timmolter/XChart/issues). ## Features -* No additional dependencies +* No required additional dependencies * ~100KB Jar * Line charts * Scatter charts @@ -47,7 +47,8 @@ Now go ahead and [study some more examples](http://xeiam.com/xchart-example-code * CSV import and export * High resolution chart export * Real-time charts - + * [x] Java 6 and up + ## Getting Started ### Non-Maven -- GitLab