nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit 0c443f902915597206a4cb2bd48ee7bd298a5aa9
parent dceb01fe80bf075f82add63da3cff10a71756852
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  1 Dec 2023 10:49:21 -0800

readme: fix typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -58,6 +58,6 @@ $ make ndb nostrdb supports fulltext queries. You can import some test events like so: ``` -$ ndb --skip-validation import testdata/many-events.json +$ ndb --skip-verification import testdata/many-events.json $ ndb search 'nosy ostrich' ```