Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit eb50c0e

Browse files
authored
Merge pull request #5 from manogi/master
Fix some typos in readme.md
2 parents b06afad + df7a9ea commit eb50c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Allows you to define what attributes in your Eloquent Model which should be not
33

44
## Installing
55

6-
Install using Composer `composer require larapack/attribute-purging 1.*`.
6+
Install using Composer `composer require larapack/attribute-purging`.
77

88
## Usage
99

@@ -13,7 +13,7 @@ First add the trait `Purgeable` to your Eloquent Model.
1313
1414
namespace App;
1515
16-
use Larapack/AttributePurgin/Purgeable;
16+
use Larapack\AttributePurging\Purgeable;
1717
1818
class User
1919
{

0 commit comments

Comments
 (0)