Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adiathasan authored Oct 9, 2022
1 parent c73f5a6 commit 940a616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const Component = () => {
### Package installation:
You need to install 3 different types of package to make the pickers work:

1. The component (@mui/x-date-pickers or @mui/x-date-pickers-pro) manages the rendering.
1. The component (@mui/x-date-pickers) manages the rendering.
2. The date-library (moment, dayjs, ...) manages the date manipulation.
3. The adapter (@date-io) exposes your favorite date-library under a unified api used by component.
First you have to install the date-library you want to use to manage dates, and the component package:
Expand Down

1 comment on commit 940a616

@vercel
Copy link

@vercel vercel bot commented on 940a616 Oct 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.