From 19777f2aebfb08186a9e8ef9841b67f4f4cdcba4 Mon Sep 17 00:00:00 2001 From: indigoxela Date: Fri, 16 Aug 2024 11:10:25 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5602f5..65df9a2 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ Important note: if it's a multi-value field, make sure that the "Display all val row" setting under "Multiple field settings" of that view field is **not checked**. Some basic instructions are available in the - [Wiki](https://github.com/backdrop-contrib/fullcalendar_views/wiki/Create-a-calendar) + [Wiki](https://github.com/backdrop-contrib/fullcalendar_views/wiki) ### Additional event sources -FullCalendar can parse (external) json feeds for additional events. See the official +FullCalendar can parse (external) JSON feeds for additional events. See the official documentation about [EventSources](https://fullcalendar.io/docs/event-source-object) for more information. One option to create such a resource is the Fullcalendar Feed (Fullcalendar JSON) views format provided by this module.