Skip to content

Commit

Permalink
fix(readme): fix misleading installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Dec 5, 2017
1 parent 81adc8d commit 0a5120f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ but just a few provide server side rendering ability and fully declarative chart

## Installation

In order to use nivo, you must install the core package
and then pick the packages according to the charts you wish to use.
In order to use nivo, you just have to pick the scoped `@nivo` packages according to the charts you wish to use.

```
yarn add @nivo/core @nivo/bar ...
yarn add @nivo/bar @nivo/sankey ...
```

## Features
Expand Down

0 comments on commit 0a5120f

Please sign in to comment.