Skip to content

Commit 1c317da

Browse files
committed
Updated example path
1 parent 30935ea commit 1c317da

26 files changed

+102
-1799
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ NPM: https://www.npmjs.com/package/cyclejs-sortable
1010
## Examples
1111

1212
You can check out live versions of the [examples](./examples/) here:
13-
- [simple](./examples/simple/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/simple/
14-
- [horizontal](./examples/horizontal/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/horizontal/
15-
- [parentSelector](./examples/parentSelector/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/parentSelector/
16-
- [updateEvent](./examples/updateEvent/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/updateEvent/
13+
- [simple](./examples/simple/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/examples/simple/
14+
- [horizontal](./examples/horizontal/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/examples/horizontal/
15+
- [parentSelector](./examples/parentSelector/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/examples/parentSelector/
16+
- [updateEvent](./examples/updateEvent/src/index.ts): https://cyclejs-community.github.io/cyclejs-sortable/examples/updateEvent/
1717

1818
## Required Polyfills
1919
The code uses a few ES6 features, so you might need an es6 polyfill like `babel-polyfill`

0 commit comments

Comments
 (0)