Skip to content

Commit 7805114

Browse files
authored
Merge pull request #7 from hyyan/master
Fixed the wrong import statement
2 parents 6760940 + 44b3018 commit 7805114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Demo: http://rubaxa.github.io/Sortable/
99

1010
```html
1111

12-
<link rel="import" href="bower_components/polymer-sortablejs/polymer-sortablejs.html"/>
12+
<link rel="import" href="../sortabljs/polymer-sortablejs.html" />
1313

1414
<sortable-js>
1515
<template is="dom-repeat" items={{items}}>

0 commit comments

Comments
 (0)