From ba627dd128daa0b70e59d795fb6796158ba5b946 Mon Sep 17 00:00:00 2001 From: fredo Date: Sat, 12 Mar 2016 19:36:59 +0100 Subject: [PATCH] README correction --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3df0c3b2..c1ae91bf 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ _Julia bindings to Vega-Lite_ This package provides access to the Vega-Lite high-level visualization grammar (http://vega.github.io/vega-lite/) from within Julia . Install with `Pkg.add("VegaLite")` (or `Pkg.clone("https://github.com/fredo-dedup/VegaLite.jl.git")` -while its not in the official repository). You can use the integrated documentation (e.g. `? config_mark`) to get the full list of properties. +until it hasn't reached the official repository). You can use the integrated documentation (e.g. `? config_mark`) to get the full list of properties. Vega-Lite is a simpler version of the Vega grammar allowing smaller and more expressive chart specifications. If you don't find this library powerful enough for your needs you can turn to Vega.jl (https://github.com/johnmyleswhite/Vega.jl) on which this project is largely based (thanks !). ##TODO: - IJulia/Jupyter integration -- More tests ! -- Implement `transform`, `bin`,.. +- More tests +- Implement missing sub-specs : `transform`, `bin`,.. -Any contribution, on this list or not, is greatly appreciated! +Any contribution, PR or issue, is welcome ! ##Examples: