Skip to content

Commit a640214

Browse files
authored
Merge pull request #116 from alvir/patch-1
Remove /widgets from example for stylesheets in README
2 parents dcf13e3 + 8f39b6d commit a640214

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ pulled in as dependencies.
190190

191191
```css
192192
/*
193-
*= require jquery-ui/widgets/draggable
194-
*= require jquery-ui/widgets/resizable
195-
*= require jquery-ui/widgets/selectable
196-
*= require jquery-ui/widgets/sortable
193+
*= require jquery-ui/draggable
194+
*= require jquery-ui/resizable
195+
*= require jquery-ui/selectable
196+
*= require jquery-ui/sortable
197197
*/
198198
```
199199

0 commit comments

Comments
 (0)