Skip to content

Commit 8ee4d56

Browse files
authored
Remove references to Bootstrap v4 in readme (#742)
1 parent 0306c7c commit 8ee4d56

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ Check out [the docs for more details](https://dash-bootstrap-components.opensour
8484

8585
To use _dash-bootstrap-components_ you must do two things:
8686

87-
- Link a Bootstrap v4 compatible stylesheet
87+
- Link a Bootstrap v5 compatible stylesheet
8888
- Incorporate _dash-bootstrap-components_ into your layout
8989

9090
### Linking a stylesheet
9191

9292
_dash-bootstrap-components_ doesn't come with CSS included. This is to give you
93-
the freedom to use any Bootstrap v4 stylesheet of your choice. This means however
94-
that in order for the components to be styled properly, you must link to a
95-
stylesheet yourself.
93+
the freedom to use any Bootstrap v5 stylesheet of your choice. This means
94+
however that in order for the components to be styled properly, you must link
95+
to a stylesheet yourself.
9696

9797
For convenience, links to [BootstrapCDN][bootstrapcdn] for each theme are
9898
available through the `themes` module, which can be used as follows:

landing-page.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ conda install -c conda-forge dash-bootstrap-components
4848

4949
To use _dash-bootstrap-components_ you must do two things:
5050

51-
- Link a Bootstrap v4 compatible stylesheet
51+
- Link a Bootstrap v5 compatible stylesheet
5252
- Incorporate _dash-bootstrap-components_ into your layout
5353

5454
### Linking a stylesheet
5555

5656
_dash-bootstrap-components_ doesn't come with CSS included. This is to give you
57-
the freedom to use any Bootstrap v4 stylesheet of your choice. This means however
58-
that in order for the components to be styled properly, you must link to a
59-
stylesheet yourself.
57+
the freedom to use any Bootstrap v5 stylesheet of your choice. This means
58+
however that in order for the components to be styled properly, you must link
59+
to a stylesheet yourself.
6060

6161
For convenience, links to [BootstrapCDN][bootstrapcdn] for each theme are
6262
available through the `themes` module, which can be used as follows:

0 commit comments

Comments
 (0)