diff --git a/README.md b/README.md
index 19b26ea..9f33ed9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,12 @@ Demo: http://rubaxa.github.io/Sortable/
* Supports drag handles *and selectable text* (better than voidberg's html5sortable)
* Smart auto-scrolling
* Built using native HTML5 drag and drop API
- * Supports [Meteor](https://github.com/SortableJS/meteor), [AngularJS](#ng), [React](#react), [Knockout](https://github.com/SortableJS/knockout-sortablejs) and [Polymer](#polymer)
+ * Supports
+ * [Meteor](https://github.com/SortableJS/meteor)
+ * [AngularJS](#ng)
+ * [React](#react)
+ * [Knockout](https://github.com/SortableJS/knockout-sortablejs)
+ * [Polymer](https://github.com/SortableJS/polymer-sortablejs)
* Supports any CSS library, e.g. [Bootstrap](#bs)
* Simple API
* [CDN](#cdn)
@@ -503,19 +508,6 @@ export class SortableExampleEsnext extends React.Component {
---
-
-### Support Polymer
-```html
-
-
-
-
-
- {{item}}
-
-
-```
-
### Method