Skip to content

Commit d2448ab

Browse files
author
SuperManitu
authored
Update README.md
1 parent 652a655 commit d2448ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# cyclejs-sortable
22
Makes all children of a selected component sortable
33

4-
Github Repo: https://github.com/SuperManitu/cyclejs-sortable
4+
Github Repo: https://github.com/cyclejs-community/cyclejs-sortable
55

6-
Full documentation: https://supermanitu.github.io/cyclejs-sortable/
6+
Full documentation: https://cyclejs-community.github.io/cyclejs-sortable/
77

88
NPM: https://www.npmjs.com/package/cyclejs-sortable
99

@@ -29,7 +29,7 @@ function main(sources)
2929
div(['three']),
3030
div(['four'])
3131
]))
32-
.compose(makeSortable(DOM))
32+
.compose(makeSortable(sources.DOM))
3333
}
3434
}
3535
```

0 commit comments

Comments
 (0)