From 92e66828f14c4b00fd99ab4a5463793d1be4b7ef Mon Sep 17 00:00:00 2001 From: BJ Hansen Date: Sun, 28 Jul 2024 15:09:42 -0500 Subject: [PATCH] Added BS5 verbiage to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7671fb4..8a0f6b4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Configuration < Laravel 5.5 - If BASE_VIEW is set, but you use the --extends option, --extends takes precedence. - bootstrap is optional. Preconfigures the base view with Twitter Bootstrap CSS and JS - - --bootstrap=v3 or --bootstrap=v4 + - --bootstrap=v3, --bootstrap=v4, or --bootstrap=v5 - empty option is optional. Creates an empty view file with no layout extension. - When using the empty option all other options are ignored.