Skip to content

Commit

Permalink
fixes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadadeela committed May 13, 2021
1 parent 948e151 commit de1bae5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![Alt logo](./src/assets/logo.png?raw=true ) React Recurrence
# ![Alt logo](./src/assets/logo.png?raw=true ) React Recurrence

[![NPM](https://img.shields.io/npm/v/react-recurrence.svg)](https://www.npmjs.com/package/react-recurrence) ![npm](https://img.shields.io/npm/dt/react-recurrence) ![NPM](https://img.shields.io/npm/l/react-recurrence) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

Expand All @@ -21,7 +21,12 @@ Below is a simple example on how to use the component. When any internal field i
Please note that **MuiPickersUtilsProvider** must be added at the root of your application with the appropriate date util.

```tsx
import Recurrence, { RecurrenceType, FrequencyType, EndingConditionType } from 'react-recurrence'
import {
Recurrence,
RecurrenceType,
FrequencyType,
EndingConditionType
} from 'react-recurrence'


const App = () => {
Expand Down

0 comments on commit de1bae5

Please sign in to comment.