]> git.kaiwu.me - klib.git/commitdiff
Updated README
authorHeng Li <lh3@live.co.uk>
Fri, 14 Jan 2011 01:41:07 +0000 (20:41 -0500)
committerHeng Li <lh3@live.co.uk>
Fri, 14 Jan 2011 01:41:07 +0000 (20:41 -0500)
README

diff --git a/README b/README
index 5d1b2b3a810e8c0043839577c2f3e6af3e3d5a90..34276287fadf713b1edc2bc2f2dc37e8e0cfe6f7 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,10 @@
 INTRODUCTION
 ============
 
-Klib is a standalone and lightweight C library. Currently most components are
-independent of external libraries, except the standard C library, and
-independent of each other. To use a component of this library, you only need to
-copy one or two files to your souce code tree without worrying about library
-dependencies.
+Klib is a standalone and lightweight C library. Most components are independent
+of external libraries, except the standard C library, and independent of each
+other. To use a component of this library, you only need to copy one or two
+files to your souce code tree without worrying about library dependencies.
 
 
 OVERVIEW