From 2e606729a71ea474709ef11faba743e2ae1e5833 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 3 Aug 2020 13:39:34 -0700 Subject: [PATCH 1/2] Add Skypack to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4bcd4bb..d0ea993c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x ``` https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js https://cdn.jsdelivr.net/npm/gpu.js@latest/dist/gpu-browser.min.js +import {GPU} from 'https://cdn.skypack.dev/gpu.js'; ``` ## Node From 4bafdbe49dab995c940477fb06205c2ee198d4d7 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 3 Aug 2020 13:45:30 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ea993c..ac713369 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x ``` https://unpkg.com/gpu.js@latest/dist/gpu-browser.min.js https://cdn.jsdelivr.net/npm/gpu.js@latest/dist/gpu-browser.min.js -import {GPU} from 'https://cdn.skypack.dev/gpu.js'; +import {GPU} from 'https://cdn.skypack.dev/gpu.js@latest'; ``` ## Node