Skip to content

Commit 6fb7673

Browse files
authored
Update README.md
1 parent 0f9fee0 commit 6fb7673

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,17 @@ This plugin allows you to simply tag record in your database with multiple tags.
1212
Using [Composer][composer]:
1313

1414
```
15-
composer require muffin/tags:dev-master
15+
composer require muffin/tags
1616
```
1717

18-
You then need to load the plugin. In `boostrap.php`, something like:
18+
You then need to load the plugin. You can use the shell command:
1919

2020
```php
21-
\Cake\Core\Plugin::load('Muffin/Tags');
21+
bin/cake plugin load Muffin/Tags
2222
```
2323

2424
## Usage
2525

26-
{{@TODO documentation}}
27-
2826
## Quick Start Guide
2927

3028
You need to add the column *tag_count* to the taggable table.

0 commit comments

Comments
 (0)