diff --git a/packages/@headlessui-react/README.md b/packages/@headlessui-react/README.md
index 0fcaf0c..33c0501 100644
--- a/packages/@headlessui-react/README.md
+++ b/packages/@headlessui-react/README.md
@@ -1286,12 +1286,12 @@ function NotificationsToggle() {
onChange={setEnabled}
className={`${
enabled ? 'bg-blue-600' : 'bg-gray-200'
- } relative inline-flex h-6 rounded-full w-8`}
+ } relative inline-flex items-center h-6 rounded-full w-11`}
>
Enable notifications
@@ -1320,11 +1320,11 @@ function NotificationsToggle() {
onChange={setEnabled}
className={`${
enabled ? 'bg-blue-600' : 'bg-gray-200'
- } relative inline-flex h-6 rounded-full w-8`}
+ } relative inline-flex items-center h-6 rounded-full w-11`}
>
diff --git a/packages/@headlessui-vue/README.md b/packages/@headlessui-vue/README.md
index fca3884..46fe2dc 100644
--- a/packages/@headlessui-vue/README.md
+++ b/packages/@headlessui-vue/README.md
@@ -1093,13 +1093,13 @@ Switches are built using the `Switch` component. Optionally you can also use the
@@ -1140,13 +1140,13 @@ Clicking the label will toggle the switch state, like you'd expect from a native