From e9af59e5593eeedc458c9701f6e33ccfcbb98c54 Mon Sep 17 00:00:00 2001 From: Anthony Clark Date: Mon, 10 Jul 2023 14:24:23 -0700 Subject: [PATCH] Update readme to remove format beta --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d8c8c91..7dbc75e 100644 --- a/readme.md +++ b/readme.md @@ -117,7 +117,7 @@ Lints: 5 : ` return view('test', ['test' => 'test']);`` ``` -## Formatting (Beta) +## Formatting Using the same conventions as above, but using the format command, you can auto-fix some lints: @@ -248,7 +248,7 @@ This lets you define custom linting/formatting functionality, or modify the exis - `UseAnonymousMigrations` - `UseAuthHelperOverFacade` -## Available Formatters (Beta) +## Available Formatters **Notes about formatting**