From d25d7991d9bf994dd89deb2ee574a7ab39e379fd Mon Sep 17 00:00:00 2001 From: seleznevae Date: Mon, 6 Aug 2018 23:27:10 +0300 Subject: [PATCH] [C] Changed README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a0dcd4..bc9dda6 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ [![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/tD15vwjIgeWmpPSX) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -**libfort** - a simple library to create formatted ASCII tables. **libfort** is written in C language and can be used in C and C++ projects. For C++ projects that use compiler with c++11 support there are also availabe convenient c++ wrappers around c functions (see **fort.hpp** in **lib** direrctory). +**libfort** is a simple crossplatform library to create formatted text tables. **libfort** is written in C language and can be used in C and C++ projects. For C++ projects that use compiler with c++11 support (and later) there are also availabe convenient c++ wrappers around c functions (see [`fort.hpp`](https://github.com/seleznevae/libfort/blob/master/lib/fort.hpp) in **lib** direrctory). **Features:** -- Easy to integrate (only 2 files: **fort.c** and **fort.h** from **lib** direrctory) +- Easy to integrate (only 2 files: [`fort.c`](https://github.com/seleznevae/libfort/blob/master/lib/fort.c) and [`fort.h`](https://github.com/seleznevae/libfort/blob/master/lib/fort.h) from **lib** direrctory) - Customization of appearance (various border styles and row/column/cell options for indentation, alignment, padding) - A number of functions to fill the table (add content by adding separate cells, rows or use _printf_ like functions) - Support of multiple lines in cells