diff --git a/README.md b/README.md
index d548c23..d9225a2 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Demo: http://rubaxa.github.io/Sortable/
* Supports [Meteor](meteor/README.md) and [AngularJS](#ng)
* Supports any CSS library, e.g. [Bootstrap](#bs)
* Simple API
+ * [CDN](#cdn)
* No jQuery (but there is [support](#jq))
@@ -424,6 +425,25 @@ Link to the active instance.
* toggleClass(el`:HTMLElement`, name`:String`, state`:Boolean`) — add or remove one classes from each element
+---
+
+
+
+### CDN
+
+```html
+
+
+
+
+
+
+
+
+
+
+```
+
---
diff --git a/meteor/example/README.md b/meteor/example/README.md
index e18ca52..5e48aca 100644
--- a/meteor/example/README.md
+++ b/meteor/example/README.md
@@ -17,7 +17,7 @@ run script:
### Windows
- git clone git@github.com:RubaXa/Sortable.git
+ git clone https://github.com/RubaXa/Sortable.git
cd Sortable
git checkout dev
cd meteor\example
@@ -25,7 +25,7 @@ run script:
### Elsewhere
- git clone git@github.com:RubaXa/Sortable.git
+ git clone https://github.com/RubaXa/Sortable.git
cd Sortable
git checkout dev
meteor/example./run.sh