summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-17 12:52:19 +0100
committerTyge Løvset <[email protected]>2021-01-17 12:52:19 +0100
commit6c85448dcc380c39f92e6271989eb150c4d21b37 (patch)
tree6b2f3b384f1cf0db50514963ab7516021c95008c
parent99dedc1770c0a7c7e87b51eb3cf786640b50e1fa (diff)
downloadSTC-modified-6c85448dcc380c39f92e6271989eb150c4d21b37.tar.gz
STC-modified-6c85448dcc380c39f92e6271989eb150c4d21b37.zip
Formatting.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1950131a..498652ae 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,8 @@ This is a small headers only library with the most used container components, an
- [***cstack*** - Templated **std::stack** alike adapter type](docs/cstack_api.md)
- [***cstr*** - A **std::string** alike type](docs/cstr_api.md)
- [***cvec*** - Templated **std::vector** alike type](docs/cvec_api.md)
-- Other files:
+
+Other files:
- [***ccommon*** - General definitions](docs/ccommon_api.md)
- [***copt*** - Implements ***copt_get()***, similar to posix **getopt_long()**](docs/copt_api.md)
- [***crand*** - A very efficent modern **pseudo-random number generator**](docs/crand_api.md)