From ea0fd214c2073a4a5474ffb1e3c7dc1bff839a88 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Thu, 25 Aug 2016 15:30:55 -0600 Subject: [PATCH] s/npmcdn/unpkg/ --- modules/client/components/About.md | 14 +++++----- modules/client/components/Home.md | 38 +++++++++++++-------------- modules/client/components/Layout.js | 2 +- modules/client/components/Stats.js | 4 +-- modules/server/MainController.js | 2 +- modules/server/components/HomePage.js | 4 +-- 6 files changed, 32 insertions(+), 32 deletions(-) diff --git a/modules/client/components/About.md b/modules/client/components/About.md index 52824f2..204bb9b 100644 --- a/modules/client/components/About.md +++ b/modules/client/components/About.md @@ -1,4 +1,4 @@ -npmcdn is an [open source](https://github.com/mjackson/npmcdn) project built by me, [Michael Jackson](https://twitter.com/mjackson). I built it because, as an npm package author, it felt tedious for me to use existing, git-based CDNs to make my open source work available via CDN. Development was sponsored by my company, [React Training](https://reactjs-training.com). +unpkg is an [open source](https://github.com/mjackson/unpkg) project built by me, [Michael Jackson](https://twitter.com/mjackson). I built it because, as an npm package author, it felt tedious for me to use existing, git-based CDNs to make my open source work available via CDN. Development was sponsored by my company, [React Training](https://reactjs-training.com).