diff --git a/17.md b/17.md index 9213a7c1..a3c48079 100644 --- a/17.md +++ b/17.md @@ -87,11 +87,12 @@ nostr.json The design of this NIP is such that each repo will have a public key used to send updates to a relay. The repos itself will be able to interact with nostr. -That key SHOUL appear in the top level directory of the repo in a file called `nostr.json` +That key SHOULD appear in the top level directory of the repo in a file called `nostr.json` ```JSON { - "pubkey": "abcd123..." + "pubkey": "abcd123...", + "nrepo": "nrepo1ris1683fw6n2mvhl5h6dhqd8mqfv3wmxnz4qph83ua4dk4006ezsrt5c24" } ```