From e9080a5d9901f73a45db11a3ed0ce66489efb204 Mon Sep 17 00:00:00 2001 From: Thomas Brouard Date: Thu, 16 Feb 2017 16:13:07 +0100 Subject: [PATCH] Documentation fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => { ... });`