From 49a9dbc2e5e1177bc784f85e0092baded4d83a58 Mon Sep 17 00:00:00 2001 From: Onar Alili Date: Wed, 10 Oct 2018 15:20:04 +0200 Subject: [PATCH] Update README.md for 'is.chrome' support #31 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54db07a..2542e37 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,13 @@ _To be implemented_ #### Environment -This group of methods allows to verify _if_ the current environment _is_ a specific environment. -_To be implemented_ +##### `chrome()` + +Check _if_ the current browser _is_ Chrome. + +```js +is.chrome(); // true or false +``` #### Time