[go: nahoru, domu]

Skip to content

Commit

Permalink
Fixed the wrong import statement
Browse files Browse the repository at this point in the history
Fixed the wrong import statement in the README.md file
  • Loading branch information
hyyan committed Jul 25, 2016
1 parent 6760940 commit 44b3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Demo: http://rubaxa.github.io/Sortable/

```html

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

<sortable-js>
<template is="dom-repeat" items={{items}}>
Expand Down

0 comments on commit 44b3018

Please sign in to comment.