Skip to content

Commit

Permalink
[docs] Fix npm package indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 31, 2023
1 parent 32551ad commit 94bfe24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/x-charts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @mui/x-charts

This package is the community edition of the charts components.
This package is the community edition of the chart components.
It's part of MUI X, an open-core extension of MUI, with advanced components.

## Installation
Expand All @@ -21,10 +21,10 @@ This component has the following peer dependencies that you will need to install

```json
"peerDependencies": {
"@mui/material": "^5.4.1",
"@mui/system": "^5.4.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"@mui/material": "^5.4.1",
"@mui/system": "^5.4.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
```

Expand Down

0 comments on commit 94bfe24

Please sign in to comment.