From 90e50e4af0bb23456993098589259698b0e508c2 Mon Sep 17 00:00:00 2001 From: Francisco Presencia Date: Thu, 13 Oct 2016 04:35:18 +0900 Subject: [PATCH] Changed raw github for a real CDN Raw github is not supposed to be a CDN [and it has some problems](http://stackoverflow.com/questions/7180099/including-js-from-raw-github-com). So I changed the url to unpkg.com which is a CDN for projects that are released on NPM. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9518b10..feb0ff4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Tesseract.js works with a ` + ``` After including your scripts, the `Tesseract` variable should be defined! You can [head to the docs](#docs) for a full treatment of the API.