From 016c93c18b0a33ea16c475022672df5470afbc43 Mon Sep 17 00:00:00 2001 From: kishorenc Date: Sun, 3 Nov 2019 17:06:09 +0530 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62c92ae..90313a76 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,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.10.1 --data-dir /data --api-key=Hu52dwsas2AdxdE +docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.11.0 --data-dir /data --api-key=Hu52dwsas2AdxdE ``` Install the Python client for Typesense (we have [clients](https://typesense.org/api/#api-clients) for other languages too):