diff --git a/README.md b/README.md index f1df6ad..3bc2a2f 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ expression syntax. Main features of SLRE are: * Provides [intuitive simple API](https://github.com/cesanta/slre/blob/master/slre.h) * Implements most useful subset of Perl regex syntax (see below) - * Easily extensible. E.g. if one wants to introduce a new metacharacter `\i`, meaning "IPv4 address", it is easy to do so with SLRE.