We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea88ba5 commit 6f3b277Copy full SHA for 6f3b277
README.md
@@ -25,7 +25,7 @@ php artisan vendor:publish --tag="schema-rules-config"
25
26
## ToC
27
28
-- [`Generate rules for the whole table`](#generate-rules-for-the-whole-table)
+- [`Generate rules for a whole table`](#generate-rules-for-a-whole-table)
29
- [`Generate rules for specific columns`](#generate-rules-for-specific-columns)
30
- [`Generate Form Request Class`](#generate-form-request-class)
31
@@ -52,7 +52,7 @@ Schema::create('persons', function (Blueprint $table) {
52
});
53
````
54
55
-### Generate rules for the whole table
+### Generate rules for a whole table
56
57
Now if you run:
58
0 commit comments