Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Sep 22, 2019
1 parent 8e1baab commit 32010f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-vega/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Install

```bash
npm install react vega react-vega --save
npm install react vega vega-lite react-vega --save
```

## Versions
Expand Down Expand Up @@ -119,6 +119,8 @@ ReactDOM.render(
);
```

There is also a `<VegaLite>` component that behaves like `<Vega>` but always assume that the spec is `vega-lite` spec (`mode` is fixed to `vega-lite`).

## API

### Props
Expand Down

0 comments on commit 32010f6

Please sign in to comment.