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 |