Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 16, 2015
1 parent a8ede61 commit 687b5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sortable behaviour for Eloquent models
=================

[![Total Downloads](https://poser.pugx.org/spatie/eloquent-sortable/downloads.svg)](https://packagist.org/packages/spatie/eloquent-sortable)
[![Latest Stable Version](https://poser.pugx.org/spatie/eloquent-sortable/version.png)](https://packagist.org/packages/spatie/eloquent-sortable)
[![License](https://poser.pugx.org/spatie/eloquent-sortable/license.png)](https://packagist.org/packages/spatie/eloquent-sortable)

Expand Down Expand Up @@ -80,4 +80,4 @@ You can set a new order for all the records using the ```setNewOrder```-method
* the record for model id 2 will have record_column value 3
*/
MyModel::setNewOrder([3,1,2]);
```
```

0 comments on commit 687b5a3

Please sign in to comment.