diff --git a/README.md b/README.md index eccc540..f2cb07b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ yarn add datenel-react # Use yarn Here is an example of how to use Datenel in your React application: ```tsx -import React from 'react' import { SingleDatePicker } from 'datenel-react' export default () => { @@ -41,23 +40,19 @@ export default () => { alert(`You selected ${value.year}-${value-month}-${value.day}`) } - return ( -