From f03345b2a9a22a0e3a3a6bcd0e6acea86dce4906 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 1 Aug 2013 11:52:43 +0100 Subject: [PATCH] Updated overview. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af12b35..0cbf59b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ expression syntax. Main features of SLRE are: * Written in strict ISO C, conforming to ANSI C'89 * Small size (compiled x86 code is about 4kB) - * Uses no dynamic memory allocation and small stack space + * Uses little stack and does no dynamic memory allocation * [Simple API](https://github.com/cesanta/slre/blob/master/slre.h) * Implements most useful subset of Perl regex syntax (see below) * Easily extensible. For example, if one wants to introduce a new