chore(docs): replace npmcdn.com with unpkg.com (#245)

This commit is contained in:
npmcdn-to-unpkg-bot
2016-09-11 16:45:11 +02:00
committed by Yoshua Wuyts
parent f32ef741de
commit fc57d8b973
+1 -1
View File
@@ -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__.