diff --git a/README.md b/README.md
index ecb9193a..82c4f174 100644
--- a/README.md
+++ b/README.md
@@ -230,7 +230,8 @@ No config options.
| `currentMonitor` | Monitor that is nearest to this Zebar widget. | `Monitor` |
|
| `focusedContainer` | Container that currently has focus (on any monitor). | `Container` |
|
| `tilingDirection` | Tiling direction of the focused container. | `TilingDirection` |
|
-| `bindingModes` | Active binding modes; | `BindingModeConfig[]` |
|
+| `bindingModes` | Active binding modes. | `BindingModeConfig[]` |
|
+| `isPaused` | Whether the WM is paused. | `boolean` |
|
| Function | Description | Return type | Supported OS |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |