From f6e5d507ad02c53e328f00dcd1520fa283ac50b1 Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:13:20 +0300 Subject: [PATCH] docs(readme): use same markdown syntax for lists across all file and remove redundant indentations (#4553) Co-authored-by: Alexandr --- readme.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index b734630d..95bcf43f 100644 --- a/readme.md +++ b/readme.md @@ -808,29 +808,29 @@ Selecting the right scopes for your token is important in case you want to displ ### Classic token - - Go to [Account -> Settings -> Developer Settings -> Personal access tokens -> Tokens (classic)](https://github.com/settings/tokens). - - Click on `Generate new token -> Generate new token (classic)`. - - Scopes to select: - - repo - - read:user - - Click on `Generate token` and copy it. +* Go to [Account -> Settings -> Developer Settings -> Personal access tokens -> Tokens (classic)](https://github.com/settings/tokens). +* Click on `Generate new token -> Generate new token (classic)`. +* Scopes to select: + * repo + * read:user +* Click on `Generate token` and copy it. ### Fine-grained token > [!WARNING]\ > This limits the number of issues to the number of issues on your repositories only and only takes public commits into account. - - Go to [Account -> Settings -> Developer Settings -> Personal access tokens -> Fine-grained tokens](https://github.com/settings/tokens). - - Click on `Generate new token -> Generate new token`. - - Select an expiration date - - Select `All repositories` - - Scopes to select in `Repository permission`: - - Commit statuses: read-only - - Contents: read-only - - Issues: read-only - - Metadata: read-only - - Pull requests: read-only - - Click on `Generate token` and copy it. +* Go to [Account -> Settings -> Developer Settings -> Personal access tokens -> Fine-grained tokens](https://github.com/settings/tokens). +* Click on `Generate new token -> Generate new token`. +* Select an expiration date +* Select `All repositories` +* Scopes to select in `Repository permission`: + * Commit statuses: read-only + * Contents: read-only + * Issues: read-only + * Metadata: read-only + * Pull requests: read-only +* Click on `Generate token` and copy it. ## On Vercel