Skip to content

Commit dd19730

Browse files
committed
docs: update FAQ
1 parent c5b9347 commit dd19730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const FAQ = () => {
6969
{
7070
question: 'Can I use RepoTree for private repositories?',
7171
answer:
72-
"Currently, RepoTree only supports public repositories. We're working on adding support for private repositories in the future.",
72+
"Yes, RepoTree now supports private GitHub repositories! You can access them by providing a GitHub Personal Access Token (PAT). Your token is securely stored locally in your browser and never sent to any server.",
7373
},
7474
];
7575

0 commit comments

Comments
 (0)