diff --git a/README.md b/README.md index e2653a3..f0a2552 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Script to merge data from PsychonautWiki API + pages and TripSit factsheets into | Property | Type | Description | Source | | ------------------------- | ------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- | | `url` | `string` | Substance page URL | PsychonautWiki if exists, TripSit factsheet otherwise | -| `experiences_url` | `null` \| `string` | Erowid Experience Vault page URL | TripSit | +| `experiencesUrl` | `null` \| `string` | Erowid Experience Vault page URL | TripSit | | `name` | `string` | Substance Name | shortest display name of PsychonautWiki page header and TripSit API's `pretty_name` | | `aliases` | `string[]` | List of aliases (lowercase) | Both | | `aliasesStr` | `string` | Comma-separated list of aliases (for fuzzy searching) | Both |