Skip to content

Commit acb4453

Browse files
Adez017Copilot
andauthored
Update Documentation.md
Co-authored-by: Copilot <[email protected]>
1 parent a6fed7d commit acb4453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@ Response Example:
574574
```
575575
#### Authentication
576576
All requests require a GitHub Personal Access Token:
577-
typescriptconst headers: Record<string, string> = {
577+
```typescript
578+
const headers: Record<string, string> = {
578579
Authorization: `token ${YOUR_GITHUB_TOKEN}`,
579580
Accept: "application/vnd.github.v3+json",
580581
};

0 commit comments

Comments
 (0)