Skip to content

Commit

Permalink
Correct html links
Browse files Browse the repository at this point in the history
  • Loading branch information
apalfrey committed Feb 26, 2021
1 parent 8148885 commit 78e6c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://apalfrey.github.io/select2-bootstrap-5-theme/

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/css/select2.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.0.0/dist/select2-bootstrap-5.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.0.0/dist/select2-bootstrap-5-theme.min.css" />
```

### Package Managers
Expand All @@ -31,7 +31,7 @@ $ yarn add select2-bootstrap-5-theme
#### HTML
```html
<link rel="stylesheet" href="/path/to/select2.css">
<link rel="stylesheet" href="/path/to/select2-bootstrap-5.min.css">
<link rel="stylesheet" href="/path/to/select2-bootstrap-5-theme.min.css">
```

#### SCSS
Expand Down

0 comments on commit 78e6c01

Please sign in to comment.