diff --git a/README.md b/README.md index 362229e..8a2cc7a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ function HomePage() { | showLabels | `Boolean` | `false` | Shows labels with form inputs or only rely on `aria-label` | | hideName | `Boolean` | `false` | Hides the name input field | | newTab | `Boolean` | `false` | Determines if form should be processed in new tab or current | -| stack | `Boolean` | `true` | Determines if inputs are stacked or placed inline | +| stacked | `Boolean` | `false` | Determines if inputs are stacked or placed inline (Clare and Mills templates will stack inputs in smaller containers for responsiveness) | | hideWarnings | `Boolean` | `false` | Hide warnings that are shown due to misconfiguration | | backgroundImage | `String` | default on template | Use a different background image for your form | | backgroundOpacity | `Number` | 0.8 | Opacity here is the inverse of what is on the app which really measures transparency |