From db7e1000955d6af99b08d066689cb8d9c49074dc Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Thu, 17 Jun 2021 12:06:44 -0700 Subject: [PATCH] Forgot escape --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c88091..3c5ff2f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Script to merge data from PsychonautWiki API + pages and TripSit factsheets into | `roas[].duration[].name` | `string` | Name of duration item for ROA (e.g. 'Onset', 'Peak') | Both | | `roas[].duration[].value` | `string` | Typical duration for given item of ROA (e.g. '30 - 60 minutes', '2 - 4 hours') | Both | | `roas[].duration[].note` | `Optional` | Additional note | PsychonautWiki | -| `interactions` | `null | Dictionary[]` | Interactions with other substances or classes | TripSit | +| `interactions` | `null \| Dictionary[]` | Interactions with other substances or classes | TripSit | | `interactions[].name` | `string` | Name of other substance or class | TripSit | | `interactions[].status` | `string` | Interaction status from TripSit combos | TripSit | | `interactions[].note` | `Optional` | Additional note | TripSit |