From dbd8ec3ba5d8204e2be6937fb2bca1303bd6802b Mon Sep 17 00:00:00 2001 From: Eugene Cheah Date: Fri, 11 Mar 2016 01:43:47 +0800 Subject: [PATCH] Added Promise requirement to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31ce0855..d60f6424 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ In JavaScript, initialise the library: var gpu = new GPU(); ``` +Note that this **requires** the Promise API, if you need to polyfill it, you can give our 'untested polyfill' a try [here](https://github.com/picoded/small_promise.js) + ### Creating and Running Functions Depnding on your output type, specify the intended dimensions of your output. You cannot have a accelerated function that does not specify any dimensions.