Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Dec 19, 2021
1 parent cf80ac3 commit c628b0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Here is an example file...
**TYPES** currently supports `youtube`, `twitter`, `discord`.
**TIMEZONES** make sure you add the timezone to the `start` and `end` fields., then the browser will adjust the time to the timezone of the event.

```json
```ts
{
"type": "youtube",
"type": "youtube", // youtube, twitter, discord
"author": {
"name": "Eddie Jaoude",
"url": "http://github.com/eddiejaoude"
Expand All @@ -31,6 +31,8 @@ Here is an example file...

## QuickStart

You can use the **Gitpod** badge or to do it manually...

1. Fork this repo
2. Clone your fork
3. Add the original repo as an upstream to your fork with `git remote add origin [email protected]:EddieHubCommunity/EventCalendar.git`
Expand Down

0 comments on commit c628b0d

Please sign in to comment.