diff --git a/README.md b/README.md
index a4f0a49..d702982 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ import {
hiddenKeyUX,
hotkeyKeyUX,
jumpKeyUX,
- menuKeyUX,
+ focusGroupKeyUX,
pressKeyUX,
startKeyUX
} from 'keyux'
@@ -55,7 +55,7 @@ const overrides = {}
startKeyUX(window, [
hotkeyKeyUX(overrides),
- menuKeyUX(),
+ focusGroupKeyUX(),
pressKeyUX('is-pressed'),
jumpKeyUX(),
hiddenKeyUX()
@@ -217,13 +217,69 @@ with arrow navigation.
Users will use Tab to get inside the menu, and will use either arrows or Home,
End or an item name to navigate inside.
-To enable this feature, call `menuKeyUX`.
+To enable this feature, call `focusGroupKeyUX`.
```js
-import { menuKeyUX } from 'keyux'
+import { focusGroupKeyUX } from 'keyux'
startKeyUX(window, [
- menuKeyUX()
+ focusGroupKeyUX()
+])
+```
+
+
+### Listbox
+
+The [`role="listbox"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listbox_role)
+is used for lists from which a user may select one or
+more items which are static and, unlike HTML