diff options
| author | Tyge Løvset <[email protected]> | 2021-01-21 11:46:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-21 11:46:59 +0100 |
| commit | 0df5b36fcff8f22d5e6965a461d1d92409606f0a (patch) | |
| tree | a2875531c8fa72925f9680982ff237c87c5c4a12 | |
| parent | ed26ff6b63ac1751eb9cb200701e6164401c0313 (diff) | |
| download | STC-modified-0df5b36fcff8f22d5e6965a461d1d92409606f0a.tar.gz STC-modified-0df5b36fcff8f22d5e6965a461d1d92409606f0a.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ 
-STC - Standard Template Containers - C99 header-only library
-============================================================
+STC - Standard Template Containers
+==================================
Introduction
------------
@@ -9,7 +9,7 @@ Introduction An modern, templated, user-friendly, fast, fully typesafe, and customizable container library for C99,
with a uniform API that uses the naming conventions from the c++ standard template library (STL) where possible.
-This is a compact, headers-only library with the all the major "standard" data containers, except for the multi-map/set variants:
+This is a compact, header-only library with the all the major "standard" data containers, except for the multi-map/set variants:
- [***carray*** - Templated **multi-dimensional array** type](docs/carray_api.md)
- [***cbits*** - A **std::bitset** / **boost::dynamic_bitset** alike type](docs/cbits_api.md)
- [***cdeq*** - Templated **std::deque** alike type](docs/cdeq_api.md)
|
