diff --git a/README.md b/README.md index f69b459..8dfbc24 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ usage: dart run bin/nostr_console.dart [OPTIONS] OPTIONS -p, --pubkey The hex public key of user whose events and feed are shown. Default is a hard-coded - well known private key. When given, posts/replies can't be sent. + public key derived from a well known private key. When given, posts/replies can't be sent. -k, --prikey The hex private key of user whose events and feed are shown. Also used to sign events - sent. Default is a hard-coded well known private key. + sent. Default is same-as-above hard-coded well known private key. -r, --relay The relay url that is used as main relay. Default is wss://nostr-relay.untethr.me. -d, --days The latest number of days for which events are shown. Default is 1. -q, --request This request is sent verbatim to the default relay. It can be used to recieve all events