Skip to content

Commit

Permalink
Fix typo in adapter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed May 20, 2024
1 parent 11a2d22 commit d9b2544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It adds a few nice features on top of the official API:
- Listing venues

The format of the data returned by the adapter is very similar to what the official EMF API is (with the expection of correctly formatted timestamps).
It does rely on fields being specified in the [`appropriate types`](https://github.com/DanNixon/emfcamp-schedule-api/tree/main/client/src/schedule/event) in [`client`](https://github.com/DanNixon/emfcamp-schedule-api/tree/main/client).
It does rely on fields being specified in the [appropriate types](https://github.com/DanNixon/emfcamp-schedule-api/tree/main/client/src/schedule/event) in [`client`](https://github.com/DanNixon/emfcamp-schedule-api/tree/main/client).
Currently, the known differences are:

- `start_date` and `end_date` being valid RFC 3339 timestamps
Expand Down

0 comments on commit d9b2544

Please sign in to comment.