X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=README.md;h=42bfb11455ef2caf7e2818a35e37cd6c569273cb;hb=3dc25aab78715e049093b1386f494ef472515cd3;hp=8728d3e33f2093a82812efad74c7376006bb1917;hpb=e97c15c14cd66e75ba0dc54e187ee4dcb5d644c9;p=cgds.git diff --git a/README.md b/README.md index 8728d3e..42bfb11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# cgds: C Generic Data Structures library +# cgds: C Generic Data Structures library -Various data structures, from stack to tree, which can contain any data type.

+Various data structures, from stack to tree, which can contain any data type. ## Example @@ -9,6 +9,6 @@ Various data structures, from stack to tree, which can contain any data type.

+ vector_destroy(v); -More examples in the unit tests under test/ folder.

+More examples in the unit tests under test/ folder.