From a3d0762e192478bd47a8b19ad2c8d418bf0c25a5 Mon Sep 17 00:00:00 2001 From: theLAZYmd Date: Sat, 3 Apr 2021 18:07:04 +0100 Subject: [PATCH] Update README to prevent overflow problems --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14417b7..4ae42c7 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ interface CalendarProps { * you to put in address incorrectly * ex: will say address rather than landmark * or: will get placename wrong - * You can use a string dictionary to replace those strings found in locations with your preferences + * You can use a string dictionary to replace those strings + * wherever they're found in the GoogleEvent locations with your preferences * ex: "locationReplacers": { * Christ Church Cathedral": "Christ Church" * } @@ -133,7 +134,8 @@ interface CalendarProps { }, /** - * If the google API link is updated and for some reason this package is not updated, replace the default temporarily here + * If the google API link is updated and for some reason this package is not updated, + * replace the default temporarily here * @default 'https://clients6.google.com/calendar/v3/calendars/' */ baseURL?: string @@ -269,6 +271,7 @@ interface OfflineProps { } type CalendarProps = (OfflineProps | OnlineProps) & GenericProps +``` ## List of classNames