From 7c8e8e79a2410b2046d6b03296182a99ac29f65b Mon Sep 17 00:00:00 2001 From: jun7 Date: Wed, 23 May 2018 19:47:23 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 296f198..306824c 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ If you want full control of wyebab as wyeb does, wyebab has api mode. Set string ";wyebabapi;" as the extensions_init's data. In api mode wyebab doesn't block URIs but keeps alive server proc and set the check function to the page object. -So you can call the check func at where ever as below. +So you can call the check func where ever as below. bool (*checkf)(const char *, const char *) = g_object_get_data(G_OBJECT(webkitwebpage), "wyebcheck");