Fix typo in README.md

This commit is contained in:
Daniel Geymayer 2020-04-25 00:39:47 +02:00 committed by GitHub
parent f5a838f1cc
commit de6728487e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).
```