From 43f4d65412edad4a86f3d2b15a2141d0ea133e99 Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Mon, 11 Sep 2023 10:33:56 -0500 Subject: [PATCH] Update README for 0.25.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd213ced..08fcfd7e 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,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.25.0 --data-dir /data --api-key=Hu52dwsas2AdxdE +docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.25.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.