From 3e0f00fbfa12b32a3b20ecbdb3030577fb79ec0f Mon Sep 17 00:00:00 2001 From: Heebs Date: Mon, 24 Jan 2022 10:20:46 -0500 Subject: [PATCH] Minor change --- nips/01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nips/01.md b/nips/01.md index 2c51985..2d4511d 100644 --- a/nips/01.md +++ b/nips/01.md @@ -12,7 +12,7 @@ This NIP defines the basic protocol that should be implemented by everybody. New Each user has a keypair. Signatures, public key and encodings are done according to the [Schnorr signatures standard for the curve `secp256k1`](https://bips.xyz/340). -The single object type that exists is the `event`, which has the following format on the wire: +The only object type that exists is the `event`, which has the following format on the wire: ``` {