Skip to content

Commit

Permalink
Merge pull request #9 from SocketDev/readme2
Browse files Browse the repository at this point in the history
Minor readme formatting issues
  • Loading branch information
jhiesey authored Apr 20, 2021
2 parents 1c22677 + ae8b54f commit ec32e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Wormhole server. It contains the authentication token.

### `keychain.setAuthToken(authToken)`

Type: 'Function`
Type: `Function`

Returns: `undefined`

Expand Down Expand Up @@ -231,15 +231,15 @@ The encrypted metadata buffer to decrypt.

### `plaintextSize(encryptedSize)`

Type: 'Function`
Type: `Function`

Returns: `Number`

Given an encrypted size, return the corresponding plaintext size.

### `encryptedSize(plaintextSize)`

Type: 'Function`
Type: `Function`

Returns: `Number`

Expand Down

0 comments on commit ec32e80

Please sign in to comment.