From d7d487a95fd19e31a5806928a69d637ad82adfc2 Mon Sep 17 00:00:00 2001
From: Benjamin Soyka <37779854+bsoyka@users.noreply.github.com>
Date: Sat, 9 Jun 2018 22:38:09 -0600
Subject: [PATCH] Add CDN links
---
README.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f4dce1b..6a6b182 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,17 @@ Place the buttons wherever on the page. They should have `class="github-btn"`. Y
All options as shown on [mdo/github-buttons](https://github.com/mdo/github-buttons) are available through `data-*` attributes. View the demo for basically every possible variation of buttons.
+#### head
+```html
+
+```
+
+#### body
```html
-
+
```
@@ -64,4 +70,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file
+THE SOFTWARE.