From 23f19aa0f55695ef4d0cebb80fa8808f99eb1707 Mon Sep 17 00:00:00 2001 From: tezc Date: Tue, 9 Feb 2021 21:56:20 +0300 Subject: [PATCH] readme --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bb896f0..4a755e0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ ### Overview -Common data structures and utilities for C. - -Each folder is independent and contains a header and a source file. -There is no build for libraries, just copy *.h *.c files into your project. -Each folder also contains readme and an example. - -CI runs on Linux, MacOS, FreeBSD and Windows with gcc, clang and msvc. +Common data structures and utilities for C. (C99) +Each folder is stand-alone and contains a single .h .c pair. +There is no build, copy paste files you want into your project. ### List @@ -39,7 +35,6 @@ CI runs on Linux, MacOS, FreeBSD and Windows with gcc, clang and msvc. ### Test [![codecov](https://codecov.io/gh/tezc/sc/branch/master/graph/badge.svg?token=O8ZHQ0XZ30)](https://codecov.io/gh/tezc/sc) - Although I use on Linux mostly, CI runs with