Skip to content

Commit 7d554fd

Browse files
committed
docs: ✏️ update readme
1 parent 185c061 commit 7d554fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
```html
1818
<link rel="stylesheet" href="/path/to/select2.css">
19-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css">
19+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ttskch/select2-bootstrap4-theme@x.x.x/dist/select2-bootstrap4.min.css">
2020
```
2121

2222
### Manually
@@ -31,7 +31,7 @@ $ yarn add @ttskch/select2-bootstrap4-theme
3131

3232
```html
3333
<link rel="stylesheet" href="/path/to/select2.css">
34-
<link rel="stylesheet" href="/path/to/select2-bootstrap4.css">
34+
<link rel="stylesheet" href="/path/to/select2-bootstrap4.min.css">
3535
```
3636

3737
## Usage

0 commit comments

Comments
 (0)