From 917536b134d03cbc10d2c6cf30bfe0ca93243f68 Mon Sep 17 00:00:00 2001 From: Fergus McDowall Date: Fri, 11 Aug 2023 14:11:13 +0200 Subject: [PATCH] tody up doc --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e5aac10..9f5e73e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Fergie's Inverted Index -![tests](https://github.com/fergiemcdowall/fergies-inverted-index/actions/workflows/tests.yml/badge.svg) - #### This is an inverted index library. There are many like it, but this one is Fergie's. Throw JavaScript objects at the index and they will become retrievable by their properties using promises and map-reduce ([see examples](https://github.com/fergiemcdowall/fergies-inverted-index/tree/master/test/src))