Skip to content

Commit 7d57243

Browse files
committed
Update README
1 parent 214a0aa commit 7d57243

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
jQuery Selectric is a jQuery plugin designed to help at stylizing and manipulating HTML selects.
44

5-
* Keyboard navigation (Up/Down/Left/Right/String search)
5+
* Keyboard navigation (Up/Down/Left/Right/Word search)
66
* Easily customizable
7-
* Pretty lightweight (3,1KB minified and 1,8KB minified/gzip)
7+
* Pretty lightweight (3KB minified and 1,7KB minified/gzip)
88

99
###[Demo](http://lcdsantos.github.io/jQuery-Selectric/)
1010

index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@ <h1>jQuery Selectric <img src="img/icon.png" alt="Selectric"></h1>
148148
<p>Selectric is a jQuery plugin designed to help at stylizing and manipulating HTML selects</p>
149149
</div>
150150

151-
<ul class="features">
152-
<li>Keyboard navigation (Up/Down/Left/Right/String search)</li>
153-
<li>Easily customizable</li>
154-
<li>Pretty lightweight (3,1KB minified and 1,8KB minified/gzip)</li>
155-
</ul>
156-
157151
<h2>How to use</h2>
158152

159153
<p>1. Make sure to include jQuery in your page:</p>

0 commit comments

Comments
 (0)