From a001708affa6255fb971a85c73b25f18a2cc7943 Mon Sep 17 00:00:00 2001 From: Tim Krajcar Date: Mon, 5 Aug 2013 20:22:50 -0700 Subject: [PATCH] Add note to README clarifying tokens entries need to be single words. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57eee16..9b87617 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ When defining a dataset, the following options are available: ### Datum -The individual units that compose datasets are called datums. The canonical form of a datum is an object with a `value` property and a `tokens` property. `value` is the string that represents the underlying value of the datum and `tokens` is a collection of strings that aid typeahead.js in matching datums with a given query. +The individual units that compose datasets are called datums. The canonical form of a datum is an object with a `value` property and a `tokens` property. `value` is the string that represents the underlying value of the datum and `tokens` is a collection of **single-word** strings that aid typeahead.js in matching datums with a given query. ```javascript {