Jiseoup/showmycodePublic
EN|KO
  • 코드
  • 커밋
  • 풀 리퀘스트
← 목록으로

chore: fix README formatting

JiseoupJiseoup · 2026년 6월 13일2276f7f

변경된 파일1개+9 -9

변경된 파일

+9 -9 · 1개

@@ -36,15 +36,15 @@ Copy `.env.example` to `.env.local` and fill in the values:
cp .env.example .env.local
```
-| Variable | Description | Required | Default |
-| --- | --- | --- | --- |
-| `GITHUB_PAT` | Fine-grained GitHub personal access token (read-only) | Yes | — |
-| `GITHUB_OWNER` | GitHub username or organization | Yes | — |
-| `GITHUB_REPOS` | Comma-separated repository names to expose | Yes | — |
-| `FILE_TREE_DEPTH` | File tree default expansion depth (`0` = all collapsed) | No | `0` |
-| `COMMITS_PER_PAGE` | Commits per page (max `100`) | No | `20` |
-| `PULLS_PER_PAGE` | Pull requests per page (max `100`) | No | `10` |
-| `SHARE_TOKEN` | Access token for the share link (leave empty for public mode) | No | — |
+| Variable | Description | Required | Default |
+| ------------------ | ------------------------------------------------------------- | -------- | ------- |
+| `GITHUB_PAT` | Fine-grained GitHub personal access token (read-only) | Yes | — |
+| `GITHUB_OWNER` | GitHub username or organization | Yes | — |
+| `GITHUB_REPOS` | Comma-separated repository names to expose | Yes | — |
+| `FILE_TREE_DEPTH` | File tree default expansion depth (`0` = all collapsed) | No | `0` |
+| `COMMITS_PER_PAGE` | Commits per page (max `100`) | No | `20` |
+| `PULLS_PER_PAGE` | Pull requests per page (max `100`) | No | `10` |
+| `SHARE_TOKEN` | Access token for the share link (leave empty for public mode) | No | — |
### Creating a GitHub PAT