From f1dada61191b189b9b9eec50184a3e8ecd5d226f Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Thu, 24 Jun 2021 20:36:47 -0700 Subject: [PATCH] Fixed property to be camel case 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |