Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
cosmetic readme update
  • Loading branch information
bleroy authored Jun 2, 2021
1 parent ec49fb3 commit 073d8d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ It is 100% compatible with [lunr.js](https://lunrjs.com/guides/getting_started.h
Lunr-core is suitable for small applications that require a simple search engine but without the overhead of a full-scale search engine such as Lucene.
Its compatibility with lunr.js also opens up some interesting client-side search scenarios.

<!--## Installation
<!--
## Installation
Simply include the lunr-core package in your application.
Lunr-core supports all .NET Standard 2.0 platforms, including .NET Core and .NET Framework 4.6.
Expand All @@ -82,7 +83,8 @@ Lunr-core supports all .NET Standard 2.0 platforms, including .NET Core and .NET
* Fuzzy term matching with wildcards or edit distance
* No runtime dependencies beyond SDK, BCL AsyncInterfaces and System.Text.Json

<!--## Contributing
<!--
## Contributing
See the [`CONTRIBUTING.md` file](CONTRIBUTING.md).
-->
Expand All @@ -91,4 +93,4 @@ See the [`CONTRIBUTING.md` file](CONTRIBUTING.md).

* Original code by [Oliver Nightingale](https://github.com/olivernn) and contributors, ported to .NET Core by [Bertrand Le Roy](https://github.com/bleroy).
* Icon adapted from https://commons.wikimedia.org/wiki/File:Internal_Structure_of_the_Moon.JPG by Iqbal Mahmud under Creative Commons Attribution Share Alike 4.0 International.
* Perf tests use a [word list by Sindre Sorhus](https://github.com/sindresorhus/word-list).
* Perf tests use a [word list by Sindre Sorhus](https://github.com/sindresorhus/word-list).

0 comments on commit 073d8d7

Please sign in to comment.