From 3b414584931b91c85638b0fee3ffe6afd12bcbef Mon Sep 17 00:00:00 2001 From: baishikele Date: Wed, 24 May 2023 11:13:20 +0800 Subject: [PATCH] Update doc about table source naming convention (#672) #670 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1036ab17..5139775a 100755 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ Table Source is a database table which can be used to query [vector tiles](https Table Source [TileJSON](https://github.com/mapbox/tilejson-spec) endpoint is available at `/{table_name}`. -For example, `points` table will be available at `/points`, unless there is another source with the same name, or if the table has multiple geometry columns, in which case it will be available at `/points.1`, `/points.2`, etc. +For example, `points` table will be available at `/points`, unless there is another source with the same name, or if the table has multiple geometry columns, in which case it will be available at `/points`, `/points.1`, etc. ```shell curl localhost:3000/points | jq