From 37680df33485d1e4a024f1de8a406c754e3e624b Mon Sep 17 00:00:00 2001 From: Phil Nichol <35630607+philnichol@users.noreply.github.com> Date: Wed, 15 May 2024 11:56:47 +0800 Subject: [PATCH] docs: Removes MD links from code blocks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49edb97429..e2def57a57 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Basic usage examples of the library ### Importing the `Calendar` component ```javascript -import {`[Calendar](#calendar), [CalendarList](#calendarlist), [Agenda](#agenda)`} from 'react-native-calendars'; +import {Calendar, CalendarList, Agenda} from 'react-native-calendars'; ``` ### Use the `Calendar` component in your app: