aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Mikhirev2014-11-15 01:45:46 +0300
committerDmitry Mikhirev2014-11-15 01:45:46 +0300
commitc5ad9e4d575a7d46d36533df5109aad1eb4ba6d1 (patch)
tree50544b72f9e79e2d6a7971e9fd41dd55abfc7aea
parent5c0b78cf3e75226b449f6e149a3013e1ca586755 (diff)
downloadmake_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.tar.gz
make_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.tar.bz2
make_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.tar.xz
make_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.zip
small addition to README
-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: