Skip to content

Commit 4d64ead

Browse files
authored
Update README.md
1 parent 45d06be commit 4d64ead

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,11 +16,11 @@ The complete guide and reference is available here: [https://codeshack.io/multi-
1616
## Quick Start
1717
Clone the repository and include the CSS and JavaScript files in your project.
1818

19-
Add the following to the <head> tag:
19+
Add the following to the **head** tag:
2020
```html
2121
<link rel="stylesheet" href="path/to/multi-select-dropdown.css">
2222
```
23-
Append the following to the <body> tag:
23+
Append the following to the **body** tag:
2424
```html
2525
<script src="path/to/multi-select-dropdown.js"></script>
2626
```

0 commit comments

Comments
 (0)