From 53f2e285ce1765afff6f31aaf506314d2d6e95b3 Mon Sep 17 00:00:00 2001 From: kishorenc Date: Tue, 17 Nov 2020 20:09:44 +0530 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129b5fcf..06cca5a2 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Here's a quick example showcasing how you can create a collection, index a docum Let's begin by starting the Typesense server via Docker: ``` -docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.16.1 --data-dir /data --api-key=Hu52dwsas2AdxdE +docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.17.0 --data-dir /data --api-key=Hu52dwsas2AdxdE ``` We have [API Clients](#api-clients) in a couple of languages, but let's use the Python client for this example.