From 0da31313b79d52b49f4466b4edbe119d9df55f3c Mon Sep 17 00:00:00 2001 From: Lukas Drgon Date: Sat, 2 Jun 2018 22:31:51 +0200 Subject: [PATCH] Add CDN usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aa406f8..fc6acec 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ Add the specific module to your dependencies: angular.module('myApp', ['ui.scrollpoint', ...]) ``` +Alternatively, include it via CDN + +```html + + +``` + ## Development We use Karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use grunt: