From b43b8634ba6f950ccaa33c07d9db9a418456696a Mon Sep 17 00:00:00 2001 From: Retriever Date: Wed, 20 Dec 2017 18:34:18 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b0e44ea..84f923762 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ FC stands for fast-compiling c++ library and provides a set of utility libraries for the development of asynchronous libraries. Some of the highlights include: - Cooperative Multi-Tasking Library with support for Futures, mutexes, signals. - - Wrapper on Boost ASIO for handling async opperations cooperatively with easy to code synchronous style. + - Wrapper on Boost ASIO for handling async operations cooperatively with easy to code synchronous style. - Reflection for C++ allowing automatic serialization in Json & Binary of C++ Structs - Automatic generation of client / server stubs for reflected interfaces with support for JSON-RPC - Cryptographic Primitives for a variaty of hashes and encryption algorithms