Skip to content

Commit b0a349d

Browse files
authored
Update README.md
1 parent c16e2a6 commit b0a349d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ In the `users` method you can define the users (note: the users must exist), the
3939

4040
### enabled()
4141

42-
You may use the columns() method to easily create a grid within the section
4342
By default, the plugin is disabled. You can enable it by calling the enabled() method. I strongly suggest enabling
44-
this plugin only in the local environment. You can achieve this by using the app()->environment() method. Additionally,
43+
this plugin only in the local environment. You can achieve this by using the app()->environment() method. Additionally,
4544
the enabled() method also accepts a closure if you wish to enable the plugin based on a custom condition.
4645

4746
Example:

0 commit comments

Comments
 (0)