We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185c061 commit 7d554fdCopy full SHA for 7d554fd
README.md
@@ -16,7 +16,7 @@
16
17
```html
18
<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">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ttskch/select2-bootstrap4-theme@x.x.x/dist/select2-bootstrap4.min.css">
20
```
21
22
### Manually
@@ -31,7 +31,7 @@ $ yarn add @ttskch/select2-bootstrap4-theme
31
32
33
34
-<link rel="stylesheet" href="/path/to/select2-bootstrap4.css">
+<link rel="stylesheet" href="/path/to/select2-bootstrap4.min.css">
35
36
37
## Usage
0 commit comments