diff --git a/plugins/api-docs/README.md b/plugins/api-docs/README.md
index 1fe38fd9de..139a97d4c8 100644
--- a/plugins/api-docs/README.md
+++ b/plugins/api-docs/README.md
@@ -371,7 +371,7 @@ export const apis: AnyApiFactory[] = [
]
```
-### Pagination
+### Pagination
You can add pagination support to `ApiExplorerPage` extension.
@@ -382,7 +382,10 @@ This is an example:
import { ApiExplorerPage } from '@backstage/plugin-api-docs';
-} />;
+}
+/>;
```
## Links