aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1363c0b..8c5958b 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,12 @@ Copy pcre.so into the directory where your makefile is stored.
Usage
=====
+Load the plugin by adding
+
+ load pcre.so
+
+to your makefile.
+
Currently only one function `pcre_find` (with shorthand `m`) is implemented.
It is similar to builtin `findstring` function, but it takes PCRE pattern
instead substring as first argument: