From 03c3e32a4786d525832d51a97ecf2e0079f81e78 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Mon, 1 Jun 2015 16:43:34 -0500 Subject: [PATCH] slre --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f0a2d..7d02a96 100644 --- a/README.md +++ b/README.md @@ -500,7 +500,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Serial Communication Library](https://github.com/wjwwood/serial) - Cross-platform, Serial Port library written in C++. [MIT] * [sigslot](http://sigslot.sourceforge.net/) - C++ Signal/Slot Library. [PublicDomain] * [SLDR](https://github.com/cesanta/sldr) - Super Light DNS Resolver. [GPL2/Commercial] -* [SLRE](https://github.com/cesanta/slre) - Super Light Regular Expression library. [GPL2/Commercial] +* [SLRE](https://github.com/cesanta/slre) - Super Light Regexp engine for C/C++. [GPL2/Commercial] * [Stage](https://github.com/rtv/Stage) - Mobile robot simulator. [GPL2] * [stb](https://github.com/nothings/stb) - A range of single-file libraries for C/C++. [PublicDomain] * [VarTypes](https://code.google.com/p/vartypes/) - A feature-rich, object-oriented framework for managing variables in C++ / Qt4. [LGPL]