From ee35ceb854f2df19f0b08dbb137d4fd6ce957668 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 30 Jun 2017 17:43:04 +0100 Subject: [PATCH] Mention browser compatibility in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d96090..ff1b805 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ if(!isAsyncSupported()) { ## Background -This package gives you the ability to load for example [async-to-gen](https://github.com/leebyron/async-to-gen) only when your Node.js environment doesn't support async/await. +This package gives you the ability to load for example [async-to-gen](https://github.com/leebyron/async-to-gen) only when your environment doesn't support async/await. -At the moment this is not suitable for checking in browsers since it depends on the `VM` module provided by Node.js +Suitable for use in the browser and Node.js.