summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-11 15:03:10 +0100
committerGitHub <[email protected]>2020-03-11 15:03:10 +0100
commit18399f0b3000ec4d949aa45e3e72fbc7db651d41 (patch)
tree3c68066027518e583e89c9d3b01ea577c8f36761
parentcb376ebcbe9f2c1c280a13d7a528926e2b2e4f24 (diff)
downloadSTC-modified-18399f0b3000ec4d949aa45e3e72fbc7db651d41.tar.gz
STC-modified-18399f0b3000ec4d949aa45e3e72fbc7db651d41.zip
Update README.md
-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
-----