From c68d8514eedaaab83e3477b18363a72f2ef060fa Mon Sep 17 00:00:00 2001 From: Lukas Drgon Date: Sun, 11 Aug 2019 14:44:59 +0200 Subject: [PATCH] Add jsDelivr CDN usage --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b7710a..2f78ff8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Check out the [DEMO](http://creativeit.github.io/getmdl-select/) ## Install -There are three ways to install getmdl-select: +There are four ways to install getmdl-select: 1. Using [npm](http://npmjs.org/): Use this command in your command line: @@ -27,6 +27,12 @@ There are three ways to install getmdl-select: ```bash git clone https://github.com/CreativeIT/getmdl-select.git ``` + 4. Include the files via [jsDelivr CDN](https://www.jsdelivr.com): + + ```html + + + ``` Alternatively you can [download](https://github.com/CreativeIT/getmdl-select/archive/master.zip) this repository and then: