diff --git a/README.md b/README.md index c935914..24d3a35 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ The following events are available: * `tabGroup.on("tab-added", (tab, tabGroup) => { ... });` * `tabGroup.on("tab-removed", (tab, tabGroup) => { ... });` * `tabGroup.on("tab-active", (tab, tabGroup) => { ... });` -* `tab.on("webview-ready", (title, tab) => { ... });` +* `tab.on("webview-ready", (tab) => { ... });` * `tab.on("title-changed", (title, tab) => { ... });` * `tab.on("icon-changed", (icon, tab) => { ... });` * `tab.on("active", (tab) => { ... });`