diff
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 1df8c10..ce18e36 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@

-`minitox` is a minimal client written for [toxcore](https://github.com/TokTok/c-toxcore). It's an example of tox client implementation and also a toy which new developers came to this project can play and start with, therefore getting familiar with tox project.
+`minitox` is a minimal client written for [toxcore](https://github.com/TokTok/c-toxcore). It's an example of tox client implementation and also a toy which new developers came to tox can play and start with, therefore getting familiar with the project.
## Features
1. Single File and Small Codebase;
-2. Totally Standalone(No 3rd libary needed, only rely on toxcore and system c lib);
+2. Fully Standalone(No 3rd libary needed, only rely on toxcore and system c lib);
3. Covered most apis of Friend&Group, and more to go;
@@ -16,6 +16,6 @@
## Build
-The only lib required is libtoxcore:
+The only lib required is [toxcore](https://github.com/TokTok/c-toxcore):
> gcc -o minitox minitox.c -ltoxcore