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.