1- [ ![ build status] ( https://secure.travis-ci.org/twitter/typeahead.js.svg?branch=master )] ( http ://travis-ci.org/twitter/typeahead.js)
1+ [ ![ build status] ( https://secure.travis-ci.org/twitter/typeahead.js.svg?branch=master )] ( https ://travis-ci.org/twitter/typeahead.js)
22[ ![ Built with Grunt] ( https://cdn.gruntjs.com/builtwith.png )] ( http://gruntjs.com/ )
33
44
55[ typeahead.js] [ gh-page ]
66=======================
77
8- Inspired by [ twitter.com] 's autocomplete search functionality, typeahead.js is
9- a flexible JavaScript library that provides a strong foundation for building
8+ Inspired by [ twitter.com] 's autocomplete search functionality, typeahead.js is
9+ a flexible JavaScript library that provides a strong foundation for building
1010robust typeaheads.
1111
12- The typeahead.js library consists of 2 components: the suggestion engine,
13- [ Bloodhound] , and the UI view, [ Typeahead] .
14- The suggestion engine is responsible for computing suggestions for a given
15- query. The UI view is responsible for rendering suggestions and handling DOM
16- interactions. Both components can be used separately, but when used together,
12+ The typeahead.js library consists of 2 components: the suggestion engine,
13+ [ Bloodhound] , and the UI view, [ Typeahead] .
14+ The suggestion engine is responsible for computing suggestions for a given
15+ query. The UI view is responsible for rendering suggestions and handling DOM
16+ interactions. Both components can be used separately, but when used together,
1717they can provide a rich typeahead experience.
1818
1919<!-- section links -->
2020
21- [ gh-page ] : http ://twitter.github.io/typeahead.js/
21+ [ gh-page ] : https ://twitter.github.io/typeahead.js/
2222[ twitter.com ] : https://twitter.com
2323[ Bloodhound ] : https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md
2424[ Typeahead ] : https://github.com/twitter/typeahead.js/blob/master/doc/jquery_typeahead.md
@@ -39,20 +39,20 @@ Other methods:
3939 * * [ typeahead.bundle.js] * (* bloodhound.js* + * typeahead.jquery.js* )
4040 * * [ typeahead.bundle.min.js] *
4141
42- ** Note:** both * bloodhound.js* and * typeahead.jquery.js* have a dependency on
42+ ** Note:** both * bloodhound.js* and * typeahead.jquery.js* have a dependency on
4343[ jQuery] 1.9+.
4444
4545<!-- section links -->
4646
47- [ Bower ] : http ://bower.io/
48- [ zipball ] : http ://twitter.github.com/typeahead.js/releases/latest/typeahead.js.zip
49- [ bloodhound.js ] : http ://twitter.github.com/typeahead.js/releases/latest/bloodhound.js
50- [ typeahead.jquery.js ] : http ://twitter.github.com/typeahead.js/releases/latest/typeahead.jquery.js
51- [ typeahead.bundle.js ] : http ://twitter.github.com/typeahead.js/releases/latest/typeahead.bundle.js
52- [ typeahead.bundle.min.js ] : http ://twitter.github.com/typeahead.js/releases/latest/typeahead.bundle.min.js
53- [ jQuery ] : http ://jquery.com/
47+ [ Bower ] : https ://bower.io/
48+ [ zipball ] : https ://twitter.github.com/typeahead.js/releases/latest/typeahead.js.zip
49+ [ bloodhound.js ] : https ://twitter.github.com/typeahead.js/releases/latest/bloodhound.js
50+ [ typeahead.jquery.js ] : https ://twitter.github.com/typeahead.js/releases/latest/typeahead.jquery.js
51+ [ typeahead.bundle.js ] : https ://twitter.github.com/typeahead.js/releases/latest/typeahead.bundle.js
52+ [ typeahead.bundle.min.js ] : https ://twitter.github.com/typeahead.js/releases/latest/typeahead.bundle.min.js
53+ [ jQuery ] : https ://jquery.com/
5454
55- Documentation
55+ Documentation
5656-------------
5757
5858* [ Typeahead Docs]
@@ -68,7 +68,7 @@ For some working examples of typeahead.js, visit the [examples page].
6868
6969<!-- section links -->
7070
71- [ examples page ] : http ://twitter.github.io/typeahead.js/examples
71+ [ examples page ] : https ://twitter.github.io/typeahead.js/examples
7272
7373Browser Support
7474---------------
@@ -86,14 +86,14 @@ Customer Support
8686
8787For general questions about typeahead.js, tweet at [ @typeahead ] .
8888
89- For technical questions, you should post a question on [ Stack Overflow] and tag
89+ For technical questions, you should post a question on [ Stack Overflow] and tag
9090it with [ typeahead.js] [ so tag ] .
9191
9292<!-- section links -->
9393
94- [ Stack Overflow ] : http ://stackoverflow.com/
94+ [ Stack Overflow ] : https ://stackoverflow.com/
9595[ @typeahead ] : https://twitter.com/typeahead
96- [ so tag ] : http ://stackoverflow.com/questions/tagged/typeahead.js
96+ [ so tag ] : https ://stackoverflow.com/questions/tagged/typeahead.js
9797
9898Issues
9999------
@@ -105,7 +105,7 @@ https://github.com/twitter/typeahead.js/issues
105105Versioning
106106----------
107107
108- For transparency and insight into our release cycle, releases will be numbered
108+ For transparency and insight into our release cycle, releases will be numbered
109109with the following format:
110110
111111` <major>.<minor>.<patch> `
@@ -126,27 +126,27 @@ the test suite with PhantomJS, run `$ npm test`.
126126
127127<!-- section links -->
128128
129- [ Jasmine ] : http ://jasmine.github.io/
130- [ Karma ] : http ://karma-runner.github.io/
129+ [ Jasmine ] : https ://jasmine.github.io/
130+ [ Karma ] : https ://karma-runner.github.io/
131131
132132Developers
133133----------
134134
135- If you plan on contributing to typeahead.js, be sure to read the
135+ If you plan on contributing to typeahead.js, be sure to read the
136136[ contributing guidelines] . A good starting place for new contributors are issues
137- labeled with [ entry-level] . Entry-level issues tend to require minor changes
137+ labeled with [ entry-level] . Entry-level issues tend to require minor changes
138138and provide developers a chance to get more familiar with typeahead.js before
139139taking on more challenging work.
140140
141- In order to build and test typeahead.js, you'll need to install its dev
142- dependencies (` $ npm install ` ) and have [ grunt-cli]
143- installed (` $ npm install -g grunt-cli ` ). Below is an overview of the available
141+ In order to build and test typeahead.js, you'll need to install its dev
142+ dependencies (` $ npm install ` ) and have [ grunt-cli]
143+ installed (` $ npm install -g grunt-cli ` ). Below is an overview of the available
144144Grunt tasks that'll be useful in development.
145145
146146* ` grunt build ` – Builds * typeahead.js* from source.
147147* ` grunt lint ` – Runs source and test files through JSHint.
148148* ` grunt watch ` – Rebuilds * typeahead.js* whenever a source file is modified.
149- * ` grunt server ` – Serves files from the root of typeahead.js on localhost:8888.
149+ * ` grunt server ` – Serves files from the root of typeahead.js on localhost:8888.
150150 Useful for using * test/playground.html* for debugging/testing.
151151* ` grunt dev ` – Runs ` grunt watch ` and ` grunt server ` in parallel.
152152
@@ -159,25 +159,25 @@ Grunt tasks that'll be useful in development.
159159Maintainers
160160-----------
161161
162- * ** Jake Harding**
163- * [ @JakeHarding ] ( https://twitter.com/JakeHarding )
162+ * ** Jake Harding**
163+ * [ @JakeHarding ] ( https://twitter.com/JakeHarding )
164164 * [ GitHub] ( https://github.com/jharding )
165165
166166* ** You?**
167167
168168Authors
169169-------
170170
171- * ** Jake Harding**
172- * [ @JakeHarding ] ( https://twitter.com/JakeHarding )
171+ * ** Jake Harding**
172+ * [ @JakeHarding ] ( https://twitter.com/JakeHarding )
173173 * [ GitHub] ( https://github.com/jharding )
174174
175175* ** Veljko Skarich**
176- * [ @vskarich ] ( https://twitter.com/vskarich )
176+ * [ @vskarich ] ( https://twitter.com/vskarich )
177177 * [ GitHub] ( https://github.com/vskarich )
178178
179179* ** Tim Trueman**
180- * [ @timtrueman ] ( https://twitter.com/timtrueman )
180+ * [ @timtrueman ] ( https://twitter.com/timtrueman )
181181 * [ GitHub] ( https://github.com/timtrueman )
182182
183183License
0 commit comments