From 5a0d43f779dddba2d88a235a74d279d57703a9b7 Mon Sep 17 00:00:00 2001 From: Doug Hoyte Date: Sat, 7 Sep 2024 12:45:03 -0400 Subject: [PATCH] typo in docs (noticed by @mmalmi) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8fce58..f5238ee 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ This will download all missing events from the remote relay and insert them into Instead of a "full DB" sync, you can also sync the result of a nostr filter (or multiple filters, use a JSON array of them): - ./strfry sync wss://relay.example.com '{"authors":["003b"]}' + ./strfry sync wss://relay.example.com --filter '{"authors":["..."]}' Warning: Syncing can consume a lot of memory and bandwidth if the DBs are highly divergent (for example if your local DB is empty and your filter matches many events).