Skip to content

Commit

Permalink
Update README to bump to 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Jun 2, 2019
1 parent 30923a4 commit 3719025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2 --data-dir /data --api-key=Hu52dwsas2AdxdE
docker run -p 8108:8108 -v/tmp/data:/data typesense/typesense:0.10.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):
Expand All @@ -56,7 +56,7 @@ client = typesense.Client({
'host': 'localhost',
'port': '8108',
'protocol': 'http',
'api_key': 'abcd'
'api_key': 'Hu52dwsas2AdxdE'
},
'timeout_seconds': 2
})
Expand Down Expand Up @@ -156,4 +156,4 @@ In the mean time, if you have any numbers from your own datasets, please send us

If you've any questions or run into any problems, please create a Github issue and we'll try our best to help.

© 2016-2018 Wreally Studios Inc.
© 2016-2019 Wreally Studios Inc.

0 comments on commit 3719025

Please sign in to comment.