From 5cfe3efb057bcb308aa13d6d01bcf67c68eee34d Mon Sep 17 00:00:00 2001 From: Fazli Sapuan Date: Sun, 28 Feb 2016 14:41:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aecd054c..a2558df7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Logo](http://gpu.rocks/img/ogimage.png)](http://gpu.rocks/) -gpu.js is a single-file JavaScript library for GPGPU in the browser. gpu.js will automatically compile specially written JavaScript functions into shader language and run it on the GPU using the WebGL API. There is graceful fallback to JavaScript if WebGL is not available. +gpu.js is a single-file JavaScript library for GPGPU in the browser. gpu.js will automatically compile specially written JavaScript functions into shader language and run them on the GPU using the WebGL API. In the case where WebGL is not available, the functions will still run in regular JavaScript. # Example