Update Readme.md

This commit is contained in:
Dmitriy Shishkov 2021-09-19 17:06:30 +03:00 committed by GitHub
parent 186abd93c4
commit 20deb89e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,14 @@ It is a React calendar component with events support. It can show events by day
# Usage example
Install npm packet
```bash
npm install --save react-eventful-calendar
```
In code
```jsx
import Calendar, { Viewers } from "react-eventful-calendar"
// ...