From dee6aa411652b9233abe491244a1af7ffb201deb Mon Sep 17 00:00:00 2001 From: Jesse Crocker Date: Thu, 3 Mar 2016 15:42:13 -0700 Subject: [PATCH] Add size to list of available parameters --- autocomplete.md | 1 + 1 file changed, 1 insertion(+) diff --git a/autocomplete.md b/autocomplete.md index d3d0f8d..681876f 100644 --- a/autocomplete.md +++ b/autocomplete.md @@ -58,3 +58,4 @@ without `focus.point` you will find the most popular restaurants first: | `text` | string | yes | none | `Union Square` | | `focus.point.lat` | floating point number | no | none | `48.581755` | | `focus.point.lon` | floating point number | no | none | `7.745843` | +| `size` | integer | no | 10 | 5 |