diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 76274caa..fc1f6dab 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -8,5 +8,5 @@ For example if you want to edit online the `pr_reviewer` configurations, you can /review --pr_reviewer.extra_instructions="focus on the file xyz" --require_score_review=false ... ``` -Any configuration section in `configuration.toml` file can be similarly edited. +Any configuration value in `configuration.toml` file can be similarly edited. diff --git a/README.md b/README.md index b5668a6a..b92de6a0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,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. - +\ **Update Changelog**: Automatically updating the CHANGELOG.md file with the PR changes.