From 567fdbaf52e49571e1c4e444ab2976dd56dfe4e3 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Sun, 12 Feb 2023 08:55:26 -0300 Subject: [PATCH] docs(parser): fix `parser.ts` link --- src/parser/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parser/README.md b/src/parser/README.md index 11f139d2..35b82682 100644 --- a/src/parser/README.md +++ b/src/parser/README.md @@ -10,7 +10,7 @@ Structure: * [`/ytmusic`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/ytmusic) - Contains the logic for parsing YouTube Music responses. * [`/ytkids`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/ytkids) - Contains the logic for parsing YouTube Kids responses. * [`helpers.ts`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/helpers.ts) - Helper functions/classes for the parser. -* [`parser.ts`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/index.ts) - The core of the parser. +* [`parser.ts`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/parser.ts) - The core of the parser. * [`map.ts`](https://github.com/LuanRT/YouTube.js/blob/main/src/parser/map.ts) - A list of all InnerTube nodes, it is used to determine which node to use for a given renderer. Note that this file is auto-generated and should not be edited manually. ## Table of Contents @@ -341,4 +341,4 @@ And what we get after parsing it: ```

- \ No newline at end of file +