Skip to content

Commit

Permalink
Update README to prevent overflow problems
Browse files Browse the repository at this point in the history
  • Loading branch information
theLAZYmd authored and theLAZYmd committed Apr 3, 2021
1 parent 040e2bc commit a3d0762
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
* }
Expand All @@ -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
Expand Down Expand Up @@ -269,6 +271,7 @@ interface OfflineProps {
}

type CalendarProps = (OfflineProps | OnlineProps) & GenericProps
```
## List of classNames
Expand Down

0 comments on commit a3d0762

Please sign in to comment.