From b00e656f1c6a0a6973e1e3c218ddafcf08eb4485 Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Thu, 17 Oct 2024 18:09:01 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55f213d..486f9dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Typesense DocSearch scraper -This is a fork of Algolia's awesome [DocSearch Scraper](https://github.com/algolia/docsearch-scraper), customized to index data in [Typesense](https://typesense.org). + + +This is a maintained fork of Algolia's awesome [DocSearch Scraper](https://github.com/algolia/docsearch-scraper), customized to index data in [Typesense](https://typesense.org). You'd typically setup this scraper to run on your documentation site, and then use [typesense-docsearch.js](https://github.com/typesense/typesense-docsearch.js) to add a search bar to your site.