Skip to content

Commit e2c2be5

Browse files
authored
Update README.md
1 parent 98d9d36 commit e2c2be5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You can [download select2 bootstrap5 theme from this GitHub repo](https://github
2121
select2 bootstrap5 theme only works with Select2 v4.x. Applying the theme requires `select2-bootstrap5.min.css` referenced after the default `select2.min.css` that comes with Select2:
2222

2323
```html
24-
<link href="select2.min.css" type="text/css" rel="stylesheet">
25-
<link href="select2-bootstrap5.min.css" type="text/css" rel="stylesheet">
24+
<link rel="stylesheet" href="select2.min.css">
25+
<link rel="stylesheet" href="select2-bootstrap5.min.css">
2626
<script src="select2.min.js" type="text/javascript"></script>
2727
```
2828

0 commit comments

Comments
 (0)