From 8e47ab472eed34cedbc613ecd36fa5850083db0a Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 3 Aug 2013 19:59:17 +0100 Subject: [PATCH] 4kB -> 5kB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2b6c2..b868bca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SLRE is an ISO C library that implements a subset of Perl regular 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) + * Small size (compiled x86 code is about 5kB) * Uses little stack and does no dynamic memory allocation * Provides [intuitive simple API](https://github.com/cesanta/slre/blob/master/slre.h)