From 25222877dbdeac3a84cdda1f06d7c4d01f1add75 Mon Sep 17 00:00:00 2001 From: kenna-bmcdevitt Date: Tue, 21 Jan 2025 10:16:38 -0600 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 275d6f3..5909de5 100644 --- a/README.md +++ b/README.md @@ -91,17 +91,17 @@ python github_searcher.py --query QUERY --search_type SEARCH_TYPE [--get_file_co 8. Search for a specific repository by name and get open pull requests: ```sh - python github_searcher.py --query "apple/swift" --search_type in-repo-name --get_open_pull_requests + python github_searcher.py --query "apple/swift" --search_type by-repo-name --get_open_pull_requests ``` 9. Search for a specific repository by name and get file contents: ```sh - python github_searcher.py --query "microsoft/vscode" --search_type in-repo-name --get_file_contents + python github_searcher.py --query "microsoft/vscode" --search_type by-repo-name --get_file_contents ``` 10. Search for a specific repository by name and output results in JSON format: ```sh - python github_searcher.py --query "facebook/react" --search_type in-repo-name --json + python github_searcher.py --query "facebook/react" --search_type by-repo-name --json ``` ## Output