Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelamin committed Sep 21, 2017
1 parent 249eac1 commit 656d96d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lumen Routes List Display
# Lumen Route List Display

[![Total Downloads](https://poser.pugx.org/appzcoder/lumen-routes-list/d/total.svg)](https://packagist.org/packages/appzcoder/lumen-routes-list)
[![Latest Stable Version](https://poser.pugx.org/appzcoder/lumen-routes-list/v/stable.svg)](https://packagist.org/packages/appzcoder/lumen-routes-list)
Expand All @@ -8,11 +8,11 @@

## Installation

1. Run
1. Run
```
composer require appzcoder/lumen-routes-list
```
2. Add service provider into **/bootstrap/app.php** file.
```php
$app->register(Appzcoder\LumenRoutesList\RoutesCommandServiceProvider::class);
Expand All @@ -26,6 +26,6 @@ php artisan route:list
```
##Author
## Author
<a href="http://www.sohelamin.com">Sohel Amin</a>
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "appzcoder/lumen-routes-list",
"license": "MIT",
"description": "Lumen Routes List Show",
"description": "Display the route list of Lumen",
"keywords": [
"lumen",
"route list"
],
],
"authors": [
{
"name": "Sohel Amin",
Expand All @@ -23,5 +23,5 @@
}
},
"minimum-stability": "stable",
"prefer-stable": true
"prefer-stable": true
}

0 comments on commit 656d96d

Please sign in to comment.