From 824df4476072244a1d345e78c0cc9edcc1b8d224 Mon Sep 17 00:00:00 2001 From: Yasu Date: Thu, 27 Oct 2022 17:27:44 +0900 Subject: [PATCH] Fix: README for JavaScript A table in the README.md file for the JavaScript directory is broken, and this PR will fix it. --- javascript/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/javascript/README.md b/javascript/README.md index 455a237..57869be 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -35,9 +35,6 @@ node simple.js | File | Description | - | ---------------------------- | -------------------------------------------- | - | [simple.js](./simple.js) | Index a single object and run a search query | - | [indexing.js](./indexing.js) | Showcase of the main indexing methods |