Skip to content

Commit

Permalink
README.md: Update CryptoURI examples with root namespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 7, 2019
1 parent 18605b2 commit 9bd1674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bd1674

Please sign in to comment.