Skip to content

Commit

Permalink
typo in docs (noticed by @mmalmi)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Sep 7, 2024
1 parent 82226f3 commit 5a0d43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 5a0d43f

Please sign in to comment.