diff --git a/README.md b/README.md index 93c2fd5..4d9b0e4 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ The following events are available: * `tab.on("title-changed", (title, tab) => { ... });` * `tab.on("icon-changed", (icon, tab) => { ... });` * `tab.on("active", (tab) => { ... });` +* `tab.on("inactive", (tab) => { ... });` * `tab.on("visible", (tab) => { ... });` * `tab.on("hidden", (tab) => { ... });` * `tab.on("flash", (tab) => { ... });`