diff --git a/README.md b/README.md
index 38b782a7..82fbcd82 100644
--- a/README.md
+++ b/README.md
@@ -196,11 +196,11 @@ This card supports several menu configurations.
| Key | Description | Screenshot |
| ------------- | --------------------------------------------- | - |
-|`hidden-{top,bottom,right,left}` (default)| Hide the menu by default, expandable upon clicking the 'F' button. |
|
+|`hidden-{top,bottom,right,left}` [default: `hidden-top`]| Hide the menu by default, expandable upon clicking the 'F' button. |
|
|`overlay-{top,bottom,right,left}`| Overlay the menu on top of the card contents. The 'F' button shows the default view. |
|
|`above`| Render the menu above the card. The 'F' button shows the default view. |
|
|`below`| Render the menu below the card. The 'F' button shows the default view. |
|
-
+|`none`| No menu is shown. |
|
diff --git a/images/menu-mode-none.png b/images/menu-mode-none.png
new file mode 100644
index 00000000..fdebaa0d
Binary files /dev/null and b/images/menu-mode-none.png differ