diff --git a/src/parser/README.md b/src/parser/README.md index d907b47a..209e8c75 100644 --- a/src/parser/README.md +++ b/src/parser/README.md @@ -20,7 +20,7 @@ Responsible for parsing individual nodes. | --- | --- | --- | | data | `any` | The data | | requireArray | `?boolean` | Whether the response should be an array | -| validTypes | `YTNodeConstructor \| YTNodeConstructor[] \| undefined` | The types of YTNodes are allowed | +| validTypes | `YTNodeConstructor \| YTNodeConstructor[] \| undefined` | Types of `YTNode` allowed | When `requireArray` is `true`, the response will be an `ObservedArray`.