Skip to content

Commit f220317

Browse files
authored
Merge pull request #31 from yabhq/update/readme
Update readme
2 parents 8bb0096 + 25cfacf commit f220317

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ci.yml

-10
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,5 @@ jobs:
2929
run: |
3030
composer install --no-scripts
3131
32-
- name: Install NPM dependencies
33-
run: |
34-
npm ci
35-
36-
- name: Prepare Laravel Application
37-
run: |
38-
cp .env.ci .env
39-
php artisan key:generate
40-
npm run build
41-
4232
- name: Run Testsuite
4333
run: vendor/bin/phpunit tests/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class Example extends Model
115115
}
116116
```
117117

118-
By default the Slugify trait uses the name property on your model. You can change this
118+
By default the Slugify trait uses the name property on your model. You can change this behaviour
119119
by overriding the getSlugKeyName method on your model.
120120

121121
```php

0 commit comments

Comments
 (0)