From ae8b54fb68dcc32a0c9194349520fd0a23d4f37b Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 19 Apr 2021 18:45:17 -0700 Subject: [PATCH] Minor readme formatting issues --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79e1726..5b7e40f 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Wormhole server. It contains the authentication token. ### `keychain.setAuthToken(authToken)` -Type: 'Function` +Type: `Function` Returns: `undefined` @@ -231,7 +231,7 @@ The encrypted metadata buffer to decrypt. ### `plaintextSize(encryptedSize)` -Type: 'Function` +Type: `Function` Returns: `Number` @@ -239,7 +239,7 @@ Given an encrypted size, return the corresponding plaintext size. ### `encryptedSize(plaintextSize)` -Type: 'Function` +Type: `Function` Returns: `Number`