From f7f1da0d621a4b9a93dc0e22dd85b1e319c70dad Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 18 Dec 2016 03:59:09 -0800 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8225b4..bdfc792 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ which are usable from C and/or C++, and should be able to be compiled on both | [linalg](https://github.com/ilyak/linalg) | ISC |C/C++|**1**| vector/matrix/quaternion math | [TinyEXIF](https://github.com/cdcseacave/TinyEXIF) | BSD | C++ | 2 | Parse EXIF data from JPEG (XMP w/ TinyXML2 lib) | [inih](https://github.com/benhoyt/inih) | BSD |C/C++| 2 | .ini file parser -| [linenoise(https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc +| [linenoise](https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc | [prof](https://github.com/cyrus-and/prof) | MIT |C/C++|**1**| profiler for Linux | [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing @@ -301,7 +301,7 @@ as C/C++, as this is not an obstacle to most users.) | [nuklear](https://github.com/vurtun/nuklear) | **public domain** |C/C++|**1**| minimal GUI toolkit | [noc_file_dialog.h](https://github.com/guillaumechereau/noc) | MIT |C/C++| 1 | file open/save dialogs (Linux/OSX/Windows) | [tinyfiledialogs](https://sourceforge.net/projects/tinyfiledialogs/) | ZLIB |C/C++| 2 | modal dialogs inc. file open/save (Linux/OSX/Windows) -| [linenoise(https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc +| [linenoise](https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc #vectors | library | license | API |files| description