Fix broken README links (#618)

There were apostrophes in the links.
This commit is contained in:
Adam Learns
2024-03-25 03:25:17 -07:00
committed by GitHub
parent 4a9bd32fd7
commit 776a156f65
2 changed files with 2 additions and 2 deletions

View File

@@ -62,4 +62,4 @@ Returns original InnerTube response (sanitized).
**Returns:** `ParsedResponse`
## Example
See [`index.ts`]('./index.ts').
See [`index.ts`](./index.ts).

View File

@@ -109,4 +109,4 @@ Sends a message.
**Returns:** `Promise<ObservedArray<AddChatItemAction>>`
## Example
See [`index.ts`]('./index.ts').
See [`index.ts`](./index.ts).