From 66ee37d308ed26495bc0e15769fe620b099f55d3 Mon Sep 17 00:00:00 2001 From: "Y. T. Chung" Date: Fri, 2 Oct 2015 12:18:53 +0800 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bde58483..8bfd62a4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ shadowsocks is a fast tunnel proxy that helps you bypass firewalls. It is **unstable**! If you encounter any problems, please open an issue. -## Dependences +## Dependencies * libcrypto (OpenSSL) * libsodium @@ -39,7 +39,7 @@ cargo build --features "cipher-aes-ctr" Read `Cargo.toml` for more details. -*Required `libsodium` and `libcrypto` by default.* +*Require `libsodium` and `libcrypto` by default.* ## Getting Started