Skip to content

Commit de94682

Browse files
committed
few changes
1 parent c59d7b3 commit de94682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Laravel 4.x](https://img.shields.io/badge/Laravel-4.x-brightgreen.svg?style=flat-square)](http://laravel.com)
44
[![Laravel 5.2](https://img.shields.io/badge/Laravel-5.x-brightgreen.svg?style=flat-square)](http://laravel.com)
55
[![Latest Version](https://img.shields.io/github/release/venturecraft/revisionable.svg?style=flat-square)](https://packagist.org/packages/venturecraft/revisionable)
6-
[![Downloads](https://img.shields.io/packagist/dt/cs-revisionable/revisionable.svg?style=flat-square)](https://packagist.org/packages/cs-revisionable/revisionable)
6+
[![Downloads](https://img.shields.io/packagist/dt/csinghdev/cs-revisionable.svg?style=flat-square)](https://packagist.org/packages/csinghdev/cs-revisionable)
77
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license)
88

99
Wouldn't it be nice to have a revision history for any model in your project, without having to do any work for it. By simply extending revisionable from your model, you can instantly have just that, and be able to display a history similar to this:
@@ -26,7 +26,7 @@ Revisionable can also now be used [as a trait](#the-new-trait-based-implementati
2626

2727
## Installation
2828

29-
Revisionable is installable via [composer](http://getcomposer.org/doc/00-intro.md), the details are on [packagist, here.](https://packagist.org/packages/cs-revisionable/revisionable)
29+
Revisionable is installable via [composer](http://getcomposer.org/doc/00-intro.md), the details are on [packagist, here.](https://packagist.org/packages/csinghdev/cs-revisionable)
3030

3131
Add the following to the `require` section of your projects composer.json file:
3232

0 commit comments

Comments
 (0)