From ccd654af94048e3dd55af9963a39a9b12123b673 Mon Sep 17 00:00:00 2001 From: Kishore Nallan Date: Wed, 4 Apr 2018 19:05:56 +0530 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97adf5d6..c8c73718 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Let's begin by starting the Typesense server via Docker: docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.8.0 --data-dir /data --api-key=Hu52dwsas2AdxdE ``` -Install the Python client for Typesense: +Install the Python client for Typesense (we have [clients](https://typesense.org/api/#api-clients) for other languages too): ``` pip install typesense