summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea935a3d..12cca576 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Introduction
------------
A modern, typesafe, very efficient, generic C99 container library: String, Vector and Hashmap
-Headers only library with the most used data structures: string, dynamic vector/stack, and map/assosiative array. The library has an intuitive and API, somewhat im. It uses overloadable macros to simplify usage.
+Headers only library with the most used data structures: string, dynamic vector/stack, and map/assosiative array. The library has an intuitive and API. It uses overloadable macros to simplify usage.
Usage
-----