Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-bas authored Aug 28, 2019
1 parent 68b87ef commit 975d675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kibana Sankey Diagram Plugin

This is a sankey diagram visType plugin for Kibana 6.7+.
This is a sankey diagram visType plugin for Kibana 6.8+.

This plugin was developped from <https://github.com/elastic/kibana/pull/4832>.

Expand Down Expand Up @@ -28,8 +28,8 @@ The following steps would produce a release of the current head master branch.
```
mkdir kibana
git clone https://github.com/uniberg/kbn_sankey_vis.git sankey_vis
[optional] git checkout -branch
cd sankey_vis
[optional] git checkout -branch
npm install --production
cd ../..
zip -r sankey_vis-<version>.zip kibana --exclude ./kibana/sankey_vis/.git\*
Expand Down

0 comments on commit 975d675

Please sign in to comment.