From c0f19abe969ba60e003567ac3c324af2d3321234 Mon Sep 17 00:00:00 2001 From: Alex Baranov Date: Thu, 31 May 2018 10:26:10 -0400 Subject: [PATCH] typo fixed in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b08b9e..a2e6752 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ const sk = crypto.randomBytes(32) // sign the block as a minter and serialize the block const signedBlock = await block.sign(sk) -// desialize the block +// deserialize the block const block2 = await DfinityBlock.deserialize(signedBlock) // read the height of the block