From 4f6df26a6fa2c36cf5dadc9276382f59e17654aa Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 7 Jun 2015 21:30:44 +0200 Subject: [PATCH] Missing quotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc392d4..57c5c3d 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ Signature format * `signature_algorithm`: `Ed` * `key_id`: 8 random bytes, matching the public key -* `signature`: ed25519() -* `global_signature`: ed25519( || ) +* `signature`: `ed25519()` +* `global_signature`: `ed25519( || )` Public key format -----------------