Update Readme.md

This commit is contained in:
2021-09-19 17:06:30 +03:00
committed by GitHub
parent 186abd93c4
commit 20deb89e36

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"
// ...