From 5f2ec9a9da04ac6c3c3e36e078dee3c8bba51f27 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Sun, 5 Mar 2023 10:41:02 +0100 Subject: [PATCH] add nrepo to nostr.json --- 17.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/17.md b/17.md index 9213a7c..a3c4807 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" } ```