Skip to content

Commit b19b041

Browse files
committed
Update README.md
1 parent 4c93b55 commit b19b041

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are no real limits on what characters can be used in a tag. It uses a slug
1616
#### Composer Install (for Laravel/Lumen 5)
1717

1818
```shell
19-
composer require rtconner/laravel-tagging "~2.0"
19+
composer require rtconner/laravel-tagging "~2.1"
2020
```
2121

2222
#### Install and then Run the migrations
@@ -46,9 +46,6 @@ $app->configure('tagging');
4646
$app->register(Conner\Tagging\Providers\LumenTaggingServiceProvider::class);
4747
```
4848

49-
Done. Eloquent is required, Facades are not.
50-
51-
5249
After these two steps are done, you can edit config/tagging.php with your prefered settings.
5350

5451
#### Setup your models

0 commit comments

Comments
 (0)