From e84b3d98de04ed89cea65ae362539471764c5cb2 Mon Sep 17 00:00:00 2001 From: BendingBender Date: Mon, 24 Feb 2014 01:22:07 +0100 Subject: [PATCH] yet another silk addition to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7198f1e..736dba7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Safari, Chrome and some other minor browsers will report that they have `webkit` ``` js if (bowser.webkit) { - // do stuff with safari & chrome & opera & android & blackberry & webos + // do stuff with safari & chrome & opera & android & blackberry & webos & silk } ```