From 88c9c0e1edfeac8f7fb1ab19b3b466a7e62bb5d6 Mon Sep 17 00:00:00 2001 From: kishorenc Date: Fri, 6 Nov 2020 06:24:58 +0530 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc210723..6c0f9719 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.0 --data-dir /data --api-key=Hu52dwsas2AdxdE +docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.16.1 --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.