From fe6096c0afbada52ed40b48e00b9263c6f610420 Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Tue, 22 Dec 2015 21:16:08 +0800 Subject: [PATCH] readme: fix typo in 3d487d51. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b99894ea..d1915f25 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ CAST5-CFB, DES-CFB, IDEA-CFB, RC2-CFB and SEED-CFB. To build against mbedTLS, specify `--with-crypto-library=mbedtls` and `--with-mbedtls=/path/to/mbedtls` when running `./configure`. -Please not that we do **NOT** officially support mbedTLS right now, +Please note that we do **NOT** officially support mbedTLS right now, and you should use it at your own risk. Windows users will need extra work when compiling mbedTLS library,