git.strcat.st

/strcat/minitox.git/ - summarytreelogarchive

subject
modify readme
commit
6b029d6326e15d16ce644623fe59bbaf031ea0d4
date
2018-04-18T07:18:57Z
message
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](https://raw.github.com/hqwrong/minitox/master/minitox.jpeg "minitox")
 
-`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