Skip to content

Commit 6416f70

Browse files
authored
Merge pull request #3 from ruchit-viitorcloud/master
Update Readme file.
2 parents 6afedbe + 7acfaed commit 6416f70

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
All notable changes to `laravel-word-refiner` will be documented in this file.
44

5-
## v1.0.0 - 2019-01-01
5+
## v1.0.0 - 2019-01-08
66

7-
- Update license files
7+
- Initial Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Laravel Word Refiner package helps you to refine any words from your collect
99
You can install the package via composer:
1010

1111
```bash
12-
composer require viitorcloudtechnologies/laravel-word-refiner
12+
composer require viitorcloud/laravel-word-refiner
1313
```
1414

1515
After installation, You need to publish the config file for this package. This will add the file config/refiner.php, where you can add extra word which you want to deprecate from your collection data.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "viitorcloud/laravel-word-refiner",
2+
"name": "vcian/laravel-word-refiner",
33
"description": "Word refining for laravel collection data",
44
"keywords": [
55
"viitorcloud",
6+
"vcian",
67
"viitorcloudtechnologies",
78
"laravel",
89
"word-refiner"

0 commit comments

Comments
 (0)