summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-21 11:46:59 +0100
committerGitHub <[email protected]>2021-01-21 11:46:59 +0100
commit0df5b36fcff8f22d5e6965a461d1d92409606f0a (patch)
treea2875531c8fa72925f9680982ff237c87c5c4a12
parented26ff6b63ac1751eb9cb200701e6164401c0313 (diff)
downloadSTC-modified-0df5b36fcff8f22d5e6965a461d1d92409606f0a.tar.gz
STC-modified-0df5b36fcff8f22d5e6965a461d1d92409606f0a.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d6ce8850..14fbf678 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![Standard Template Containers](docs/pics/containers.jpg)
-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)