From 9bd1674fa3ce69b638c169f7d6fe43209ef7d84b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 7 Oct 2019 07:26:06 -0700 Subject: [PATCH] README.md: Update CryptoURI examples with root namespace changes See https://github.com/cryptouri/cryptouri-spec/issues/2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92c6576..28380a7 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ CryptoURIs which have been mis-transcribed will fail to decode. The URI syntax delimits the namespace with colons (ala a [URN]): ``` -crypto:public:key:ed25519:6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydq3pkr2c +crypto:pub:key:ed25519:6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydqf03cvv ``` The "dasherized" syntax provides a URI-safe alternative: ``` -crypto-public-key-ed25519-6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydqc3p98e +crypto-pub-key-ed25519-6adfsqvzky9t042tlmfujeq88g8wzuhnm2nzxfd0qgdx3ac82ydqlu986g ``` ## Help and Discussion