Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@

#### npm

```
```bash
npm install @adobe/react-spectrum-charts @adobe/react-spectrum vega vega-lite
```

#### yarn

```
```bash
yarn add @adobe/react-spectrum-charts @adobe/react-spectrum vega vega-lite
```

Expand All @@ -70,7 +70,7 @@ Each chart is wrapped in the `<Chart/>` component. The child components and thei

### Example

```
```ts
import React from 'react';
import {Axis, Bar, Legend, Chart} from '@adobe/react-spectrum-charts';

Expand Down