From fc57d8b97373ff44f19270a55c10e8c75730660d Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Sun, 11 Sep 2016 15:45:11 +0100 Subject: [PATCH] chore(docs): replace npmcdn.com with unpkg.com (#245) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf13f0..322a7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ perf: dependency prevents bursts of DOM updates thrashing application performance, quite possibly making choo amongst the fastest frameworks out there. - We now ship standalone `UMD` bundles on each release, available through - [https://npmcdn.com/choo](https://npmcdn.com/choo). The goal of this is to + [https://unpkg.com/choo](https://unpkg.com/choo). The goal of this is to support sites like codepen and the like; __this should not be used for production__.