From 58fd3163bcda2d980f15ec1699b87fad3fb61ced Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Sat, 22 Jul 2017 09:06:01 +0530 Subject: [PATCH] corrected typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d0079b..ffc3d5cd 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ myFunc(); // Result: [0, 1, 2, 3, ... 99] ``` -Note: Instead of creating an object, you can use the chainable shortcut methods as a neater way of specificying options. +Note: Instead of creating an object, you can use the chainable shortcut methods as a neater way of specifying options. ```js const myFunc = gpu.createKernel(function() {