Merge pull request #348 from lahwran/master

Fix minor inclusion typo in readme
This commit is contained in:
Val Markovic 2013-05-28 13:57:52 -07:00
commit f838973d54

View File

@ -19,10 +19,10 @@ Here's an explanation of what happens in the short GIF demo above.
First, realize that **no keyboard shortcuts had to be pressed** to get the list First, realize that **no keyboard shortcuts had to be pressed** to get the list
of completion candidates at any point in the demo. The user just types and the of completion candidates at any point in the demo. The user just types and the
suggestions pop up by themselves. If the user doesn't find the completion suggestions pop up by themselves. If the user doesn't find the completion
suggestions relevant and/or just wants to type, he can do so; the completion suggestions relevant and/or just wants to type, they can do so; the completion
engine will not interfere. engine will not interfere.
When the user sees a useful completion string being offered, he presses the TAB When the user sees a useful completion string being offered, they press the TAB
key to accept it. This inserts the completion string. Repeated presses of the key to accept it. This inserts the completion string. Repeated presses of the
TAB key cycle through the offered completions. TAB key cycle through the offered completions.