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 45d06be commit 4d64eadCopy full SHA for 4d64ead
README.md
@@ -16,11 +16,11 @@ The complete guide and reference is available here: [https://codeshack.io/multi-
16
## Quick Start
17
Clone the repository and include the CSS and JavaScript files in your project.
18
19
-Add the following to the <head> tag:
+Add the following to the **head** tag:
20
```html
21
<link rel="stylesheet" href="path/to/multi-select-dropdown.css">
22
```
23
-Append the following to the <body> tag:
+Append the following to the **body** tag:
24
25
<script src="path/to/multi-select-dropdown.js"></script>
26
0 commit comments