diff --git a/CONFIGURATION.md b/CONFIGURATION.md index fc1f6dab..6aba8e51 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -5,7 +5,7 @@ The different tools and sub-tools used by CodiumAI pr-agent are adjustable via t To edit the configuration of any tool, just add `--config_path=` to you command. For example if you want to edit online the `pr_reviewer` configurations, you can run: ``` -/review --pr_reviewer.extra_instructions="focus on the file xyz" --require_score_review=false ... +/review --pr_reviewer.extra_instructions="focus on the file xyz" --pr_reviewer.require_score_review=false ... ``` Any configuration value in `configuration.toml` file can be similarly edited. diff --git a/README.md b/README.md index b92de6a0..3488558e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ CodiumAI `PR-Agent` is an open-source tool aiming to help developers review pull \ **Question Answering**: Answering free-text questions about the PR. \ -**Code Suggestion**: Committable code suggestions for improving the PR. +**Code Suggestions**: Committable code suggestions for improving the PR. \ **Update Changelog**: Automatically updating the CHANGELOG.md file with the PR changes.