summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-06-21 23:18:26 +0200
committerGitHub <[email protected]>2020-06-21 23:18:26 +0200
commit3cf88b5db9b39a739ab9b8c17e0773d589eddc05 (patch)
tree20143ee52874afb9ca147c27db1bfa5d352b1bac
parent0fced463804f06c75e7696621d136bc1630255de (diff)
downloadSTC-modified-3cf88b5db9b39a739ab9b8c17e0773d589eddc05.tar.gz
STC-modified-3cf88b5db9b39a739ab9b8c17e0773d589eddc05.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 a548a89e..773ce7b8 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ int main(void) {
Motivation
----------
-The goal of this project was to finally create a "standard container library" for the C language. I believe that many/most earlier attempts to create such a library has failed because they did not meet one or several of the following requirements:
+The goal of this project was to finally create a **Standard Container Library for the C language**. I believe that many/most earlier attempts at this has failed because they did not meet one, or several of the following requirements:
- Easy to use, intuitive naming and consistency across the library.
- Type safe. Minimized usage of casting and void* pointers.
- Highly efficient. Both in speed and memory usage.