Skip to content

Commit be68213

Browse files
committed
Added better package description
1 parent a2bc027 commit be68213

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel package for manage your URL redirects in database to get better SEO results
1+
# Laravel package for manage your URL redirects in database or other sources to get better SEO results
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/sirodiaz/laravel-redirection.svg?style=flat-square)](https://packagist.org/packages/SiroDiaz/laravel-redirection)
44
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/SiroDiaz/laravel-redirection/run-tests?label=tests&style=flat-square)](https://github.com/SiroDiaz/laravel-redirection/actions?query=workflow%3Arun-tests+branch%3Amain)
@@ -177,6 +177,7 @@ Ey! **don't forget** to append the middleware `SiroDiaz\Redirection\RedirectRequ
177177
```
178178

179179
## Extending and creating new redirect Drivers
180+
**TODO**
180181

181182
## Testing this package for contribution
182183

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirodiaz/laravel-redirection",
3-
"description": "Laravel package that allows storing in database urls to redirect for SEO purposes",
3+
"description": "Laravel package that allows storing in database (or other sources) urls to redirect for SEO purposes",
44
"keywords": [
55
"sirodiaz",
66
"laravel",

0 commit comments

Comments
 (0)