diff --git a/README.md b/README.md
index 69d24572..9601c3f0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@

-
+expandResponses
**OpenAPI/Swagger-generated API Reference Documentation**
[](https://travis-ci.org/Redocly/redoc) [](https://coveralls.io/github/Redocly/redoc?branch=master) [](https://david-dm.org/Redocly/redoc) [](https://david-dm.org/Redocly/redoc#info=devDependencies) [](https://www.npmjs.com/package/redoc) [](https://github.com/Redocly/redoc/blob/master/LICENSE)
@@ -248,6 +248,7 @@ You can use all of the following options with standalone version on
tag
* `suppressWarnings` - if set, warnings are not rendered at the top of documentation (they still are logged to the console).
* `theme` - ReDoc theme. Not documented yet. For details check source code: [theme.ts](https://github.com/Redocly/redoc/blob/master/src/theme.ts).
* `untrustedSpec` - if set, the spec is considered untrusted and all HTML/markdown is sanitized to prevent XSS. **Disabled by default** for performance reasons. **Enable this option if you work with untrusted user data!**
+* `disableInfiniteScroll` - if set, each endpoint content will be rendered individually within api-content instead of rendering the whole content in a single-page fashion. Useful for very large endpoint groups.
## Advanced usage of standalone version
Instead of adding `spec-url` attribute to the `` element you can initialize ReDoc via globally exposed `Redoc` object: