Skip to content

Commit c27587b

Browse files
committed
remove ol items, github doesnt understand them in this format
1 parent 8ad0652 commit c27587b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ or use the ad-hoc API by interacting with the library singleton directly.
1313

1414
## Quickstart
1515

16-
1. Require the package in your composer setup.
16+
Require the package in your composer setup.
1717

1818
```
1919
composer require zschuessler/laravel-route-to-class
2020
```
2121

22-
2. Add the service provider to your app configuration
22+
Add the service provider to your app configuration
2323

2424
Add the following line under the `providers` array key in *app/config.php*:
2525

@@ -30,7 +30,7 @@ Add the following line under the `providers` array key in *app/config.php*:
3030
Zschuessler\RouteToClass\ServiceProvider::class,
3131
```
3232

33-
3. Publish the configuration file
33+
Publish the configuration file
3434

3535
Run the following command in the root directory of your project:
3636

0 commit comments

Comments
 (0)