diff options
| author | Tyge Løvset <[email protected]> | 2020-03-11 15:03:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-11 15:03:10 +0100 |
| commit | 18399f0b3000ec4d949aa45e3e72fbc7db651d41 (patch) | |
| tree | 3c68066027518e583e89c9d3b01ea577c8f36761 | |
| parent | cb376ebcbe9f2c1c280a13d7a528926e2b2e4f24 (diff) | |
| download | STC-modified-18399f0b3000ec4d949aa45e3e72fbc7db651d41.tar.gz STC-modified-18399f0b3000ec4d949aa45e3e72fbc7db651d41.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ----- |
