Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Toth committed Oct 24, 2017
1 parent ab0735c commit ef643db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h1>Vanilla JavaScript Dropdown</h1>

<h3>Vanilla JavaScript replacement for &lt;select> element makes the styling easy and consistent.</h3>
<h3>Vanilla JavaScript replacement for &lt;select> element that makes the styling easy and consistent.</h3>
</header>

<section>
Expand Down Expand Up @@ -103,15 +103,13 @@ <h2>Options</h2>
<table>
<tr>
<th>Option</th>
<th>Type</th>
<th>Required</th>
<th>Description</th>
</tr>
<tr>
<td>elem</td>
<td>string</td>
<td>yes</td>
<td><i>id</i> of the original select element</td>
<td><i>id</i> of the original select element <b>or</b> a direct DOM element</td>
</tr>
</table>
</section>
Expand Down

0 comments on commit ef643db

Please sign in to comment.