aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-04-19 09:55:00 -0500
committerEv Bogue <ev@evbogue.com>2019-04-19 09:55:00 -0500
commit4d276bb344ce91a5481afddaabe8716f5731a98d (patch)
tree03594ba61ba93b854d7253cd024f0c37919ad253 /readme.md
parent1a5e5c65752ff180a09fed5fe851556b5f3a3c46 (diff)
close pre block in readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d2a79bb..9e868e1 100644
--- a/readme.md
+++ b/readme.md
@@ -61,6 +61,7 @@ Then you publish a message containing
"key": <sha512 hash of content>,
"signature": <signature of content>
}
+```
To view the message, you use `nacl.sign.open` passing Uint8Arrays of the signature and publickey as paramaters.