Skip to content

Commit 155e5d4

Browse files
authored
feat(readme): improve clarity by converting code snippet into a readable table.
1 parent 018e389 commit 155e5d4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ The API is hosted on a free plan, optimized for medium and small datasets (see [
3636

3737
Here are the parameters in [`config.ts`](config.ts):
3838

39-
```yaml
40-
MAX_RANDOM_METEORITES: 1000 # Max meteorites (error if exceeded)
41-
MAX_RETURNED_SEARCH_RESULTS: 500 # Hard limit for searches
42-
MIN_RADIUS: 1 # Minimum radius (km)
43-
MAX_RADIUS: 2500 # Maximum radius (km)
44-
DEFAULT_RANDOM_METEORITES: 100 # Default count for /random
45-
```
39+
| Key | Value | Description |
40+
|-----|--------|-------------|
41+
| `MAX_RANDOM_METEORITES` | 1000 | Maximum number of meteorites allowed (error if exceeded) |
42+
| `MAX_RETURNED_SEARCH_RESULTS` | 500 | Hard limit for search results |
43+
| `MIN_RADIUS` | 1 | Minimum radius (km) |
44+
| `MAX_RADIUS` | 2500 | Maximum radius (km) |
45+
| `DEFAULT_RANDOM_METEORITES` | 100 | Default count for `/random` |
4646

4747
> **Note:** these limits may be updated, so check the repository regularly to stay informed.
4848

0 commit comments

Comments
 (0)