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: