Skip to content

Commit

Permalink
small docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erossdev committed Feb 7, 2024
1 parent f3eecec commit 02bb287
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Right now, there are over 13,000 courses only in the USA. The long-term plan is

# Course Fields

| Field Name | Type | Description |
| ---------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| \_id | `string` | randomly generated unique identifier |
| name | `string` | course name |
| city | `string` | course city |
| state | `string` | course state |
| country | `string` | course country |
| latLng | `string` or `array` | Course coordinates. For SQLite format is a string `latitude, longitude`. For JSON format is an array `[latitude, longitude]` |
| Field Name | Type | Description |
| ---------- | -------- | ---------------------------------------------------- |
| \_id | `string` | randomly generated unique identifier |
| name | `string` | course name |
| city | `string` | course city |
| state | `string` | course state |
| country | `string` | course country |
| latLng | `array` | course coordinates. `undefined` if we don't have any |

# How do I use it?

Expand Down

0 comments on commit 02bb287

Please sign in to comment.