Skip to content

Commit 238c13c

Browse files
committed
Minor readme tweaks [skip ci]
1 parent ac8b563 commit 238c13c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ vendor/bin/phpunit
3535

3636
## Reporting issues
3737

38-
- [General problems](https://github.com/a-komarev/laravel-eloquent-flag/issues)
38+
- [General problems](https://github.com/cybercog/laravel-eloquent-flag/issues)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Post::where('id', 4)->activate();
8181
Post::where('id', 4)->deactivate();
8282
```
8383
84-
### Setup an publishable model
84+
### Setup a publishable model
8585
8686
```php
8787
<?php

0 commit comments

Comments
 (0)