Skip to content

Commit

Permalink
Remove /widgets from example for stylesheets in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alvir authored Dec 27, 2016
1 parent dcf13e3 commit 8f39b6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ pulled in as dependencies.

```css
/*
*= require jquery-ui/widgets/draggable
*= require jquery-ui/widgets/resizable
*= require jquery-ui/widgets/selectable
*= require jquery-ui/widgets/sortable
*= require jquery-ui/draggable
*= require jquery-ui/resizable
*= require jquery-ui/selectable
*= require jquery-ui/sortable
*/
```

Expand Down

0 comments on commit 8f39b6d

Please sign in to comment.