From 787a5d45dcccb97b039a8186b2e3a59c14724e11 Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 14 May 2018 17:12:28 +0200 Subject: [PATCH] Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eec11f..b05f11f 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ sessionCipher.decryptWhisperMessage(ciphertext).then(function(plaintext) { ## Building -To compile curve25519 from C souce files in `/native`, install +To compile curve25519 from C source files in `/native`, install [emscripten](https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html). ```