From dbe3119be5d1845771f0c19388f4b511b2e634e6 Mon Sep 17 00:00:00 2001 From: "Indospace.io" Date: Tue, 22 May 2018 15:18:50 -0700 Subject: [PATCH] Update README.md - In Depth Guide Link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a1adb11..a3e9d599 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ This returns a list of matching documents with a score of how closely they match [API documentation](https://lunrjs.com/docs/index.html) is available, as well as a [full working example](https://olivernn.github.io/moonwalkers/). +In Depth Guide: https://lunrjs.com/guides/upgrading.html + ## Description Lunr.js is a small, full-text search library for use in the browser. It indexes JSON documents and provides a simple search interface for retrieving documents that best match text queries.