Skip to content

Commit 3c29a48

Browse files
authored
Merge pull request #127 from knesbit-cars/patch-1
Update readme.txt for consistent default bootstrap version
2 parents 5c5d399 + dcbc279 commit 3c29a48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ This plugin supports Bootstrap v4 and v5.
7171

7272
The version can be selected in the plugin settings (Settings > Bootstrap Blocks) or by defining the `WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION` constant in the `wp-config.php` file:
7373

74-
* Bootstrap 4 (default): `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '4' );`
75-
* Bootstrap 5: `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '5' );`
74+
* Bootstrap 4: `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '4' );`
75+
* Bootstrap 5 (default): `define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '5' );`
7676

7777
Possible values right now are `'4'` or `'5'`. By default Bootstrap version **5** is selected.
7878

0 commit comments

Comments
 (0)