From c14e219beac21dc78e6354e3503e333e9eec47c6 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Mon, 14 Nov 2016 10:13:37 -0800 Subject: [PATCH] Update spacing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a75f6d8..ba959f8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ as C/C++, as this is not an obstacle to most users.) | library | license | API |files| description | --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- |**[miniz.c](https://github.com/richgel999/miniz)** |**public domain**|C/C++|**1**| compression,decompression, zip file, png writing -| [lz4](https://github.com/lz4/lz4) | BSD |C/C++| 2 | fast but larger LZ compression +| [lz4](https://github.com/lz4/lz4) | BSD |C/C++| 2 | fast but larger LZ compression | [fastlz](https://code.google.com/archive/p/fastlz/source/default/source) | MIT |C/C++| 2 | fast but larger LZ compression | [pithy](https://github.com/johnezang/pithy) | BSD |C/C++| 2 | fast but larger LZ compression | [microtar](https://github.com/rxi/microtar) | MIT |C/C++| 2 | lightweight tar library @@ -240,7 +240,7 @@ as C/C++, as this is not an obstacle to most users.) | library | license | API |files| description | --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- | [LIL](http://runtimeterror.com/tech/lil/) | zlib |C/C++| 2 | interpreter for a Tcl-like scripting language -| [lualite](https://github.com/user1095108/lualite) | MIT | C++ |**1**| generate lua bindings in C++ +| [lualite](https://github.com/user1095108/lualite) | MIT | C++ |**1**| generate lua bindings in C++ | [Picol](https://chiselapp.com/user/dbohdan/repository/picol/) | BSD |C/C++|**1**| interpreter for a Tcl-like scripting language #strings @@ -284,7 +284,7 @@ as C/C++, as this is not an obstacle to most users.) | [MakeID.h](http://www.humus.name/3D/MakeID.h) | **public domain** | C++ |**1**| allocate/deallocate small integer IDs efficiently | [loguru](https://github.com/emilk/loguru) | **public domain** | C++ |**1**| flexible logging | [tinyformat](https://github.com/c42f/tinyformat) | Boost | C++ |**1**| typesafe printf -| [debug-assert](https://github.com/foonathan/debug_assert) | zlib | C++ |**1**| modular assertion macro +| [debug-assert](https://github.com/foonathan/debug_assert) | zlib | C++ |**1**| modular assertion macro | [dbgtools](https://github.com/wc-duck/dbgtools) | zlib |C/C++| 2 | cross-platform debug util libraries | [stmr](https://github.com/wooorm/stmr.c) | MIT | C | 2 | extract English word stems | [levenshtein](https://github.com/wooorm/levenshtein.c) | MIT | C | 2 | compute edit distance between two strings