aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9692ff7..148ec86 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# CleanRegex
-A PCRE-compatible regular expression library for Clean
+A POSIX regular expression library for Clean
## Status
-Currently, this is a wrapper for the C library. Ideally, at some point this would be pure Clean for efficiency and provability reasons.
+Currently, this is a wrapper for the C library. Ideally, at some point this
+would be pure Clean for efficiency and provability reasons.
This is a work in progress.