diff --git a/README.md b/README.md
index 20ef2b7c..f09e88a8 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Making pull requests less painful with an AI agent
- New ability - you can run `/ask` on specific lines of code in the PR from the PR's diff view. See [here](./docs/ASK.md#ask-lines) for more details.
-
+
- Introducing support for [Azure DevOps Webhooks](./Usage.md#azure-devops-webhook), as well as bug fixes and improved support for several ADO commands.
diff --git a/docs/ASK.md b/docs/ASK.md
index 70126a0d..d87938a1 100644
--- a/docs/ASK.md
+++ b/docs/ASK.md
@@ -7,9 +7,9 @@ It can be invoked manually by commenting on any PR:
```
For example:
___
-
+
___
-
+
___
## Ask lines
@@ -18,7 +18,7 @@ You can run `/ask` on specific lines of code in the PR from the PR's diff view.
- To select multiple lines, click on the '+' sign of the first line and then hold and drag to select the rest of the lines.
- write `/ask "..."` in the comment box and press `Add single comment` button.
-
+
Note that the tool does not have "memory" of previous questions, and answers each question independently.
\ No newline at end of file