From c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sat, 15 Nov 2014 01:45:46 +0300 Subject: small addition to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.1