Skip to content

Commit c16e2a6

Browse files
committed
fix documentation
1 parent 16f2829 commit c16e2a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

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

4040
### enabled()
4141

42-
To customize the grid layout, you can use the columns() method. This method allows you to configure the grid layout based on your needs.
43-
44-
By default, the columns() method sets the grid to 2 columns. You can adjust the default column count or specify different column counts for different screen sizes by passing an array.
42+
You may use the columns() method to easily create a grid within the section
43+
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,
45+
the enabled() method also accepts a closure if you wish to enable the plugin based on a custom condition.
4546

4647
Example:
4748

@@ -53,10 +54,9 @@ FilamentDeveloperLoginsPlugin::make()
5354

5455
### columns()
5556

56-
You may use the columns() method to easily create a grid within the section
57-
By default, the plugin is disabled. You can enable it by calling the enabled() method. I strongly suggest enabling
58-
this plugin only in the local environment. You can achieve this by using the app()->environment() method. Additionally,
59-
the enabled() method also accepts a closure if you wish to enable the plugin based on a custom condition.
57+
To customize the grid layout, you can use the columns() method. This method allows you to configure the grid layout based on your needs.
58+
59+
By default, the columns() method sets the grid to 2 columns. You can adjust the default column count or specify different column counts for different screen sizes by passing an array.
6060

6161
Example:
6262

0 commit comments

Comments
 (0)