From b0d385f59260c941f89d28970dff97fce40a0fe8 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sun, 29 Jul 2018 10:47:01 +0300 Subject: [PATCH] [C] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e42f65..d600dce 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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** - 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 is also availabe convenient c++ wrappers around c functions (see **fort.hpp** in **lib** direrctory). **Features:** - Easy to integrate (only 2 files: **fort.c** and **fort.h** from **lib** direrctory)