From 2954843c8c02b9d675648eea0f40cda8db45371d Mon Sep 17 00:00:00 2001 From: Ben Fletcher Date: Sun, 28 Dec 2014 11:08:49 +0000 Subject: [PATCH 1/2] Added a note about the library being available on the CDN --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b943a3ebf..2a0fa201b0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ installed from npm. There is also a global build available on bower, find the library on `window.ReactRouter`. +### CDN + +The library is also available on the popular CDN [cdnjs](https://cdnjs.com/libraries/react-router). + Features -------- From aac6196c8c8f99efccf4e53fc54bbeecd282ab41 Mon Sep 17 00:00:00 2001 From: Ben Fletcher Date: Sun, 28 Dec 2014 17:31:41 +0000 Subject: [PATCH 2/2] removed CDN header --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2a0fa201b0..ff6aa9bbbe 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,6 @@ installed from npm. There is also a global build available on bower, find the library on `window.ReactRouter`. -### CDN - The library is also available on the popular CDN [cdnjs](https://cdnjs.com/libraries/react-router). Features