Skip to content

Commit

Permalink
Merge pull request #116 from alvir/patch-1
Browse files Browse the repository at this point in the history
Remove /widgets from example for stylesheets in README
  • Loading branch information
Borzik committed Dec 28, 2016
2 parents dcf13e3 + 8f39b6d commit a640214
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 a640214

Please sign in to comment.