From eebcb83e9d115bb9ec0ef7c68d30cfa9d74d99ac Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Sat, 11 Jul 2020 23:14:06 -0400 Subject: [PATCH] Update jsdelivr to htmlpreview.github.io jsdelivr purposely forbids what I was trying to do: https://github.com/jsdelivr/jsdelivr/issues/18111 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9f5605..e55b4e5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Uncomment the `(run-sketch)` and the below should work: ## Demo See -[here](https://cdn.jsdelivr.net/gh/hodapp87/curlnoise@master/resources/public/index.html) +[here](http://htmlpreview.github.io/?https://github.com/Hodapp87/curlnoise/blob/master/resources/public/index.html) to run the ClojureScript version in the browser. ## TODO