Skip to content

Commit 9f7dd55

Browse files
authored
docs: Removes MD links from code blocks (#2468)
1 parent 072d6f2 commit 9f7dd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Basic usage examples of the library
8080
### Importing the `Calendar` component
8181

8282
```javascript
83-
import {`[Calendar](#calendar), [CalendarList](#calendarlist), [Agenda](#agenda)`} from 'react-native-calendars';
83+
import {Calendar, CalendarList, Agenda} from 'react-native-calendars';
8484
```
8585

8686
### Use the `Calendar` component in your app:

0 commit comments

Comments
 (0)