aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Mikhirev2014-12-18 17:13:35 +0300
committerDmitry Mikhirev2014-12-18 17:13:35 +0300
commit9d1296174974345d6ed6be338d9bbb56fdbda380 (patch)
tree9cc17980e4abbe016adf5cd2830c4b0d76d92d0d
parentb3334db9591e50a550265c7d8a13c19bc6b58df2 (diff)
downloadmake_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.tar.gz
make_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.tar.bz2
make_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.tar.xz
make_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.zip
fixed mistake in readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77359e2..a0db473 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,9 @@ to your makefile.
The plugin provides two functions: `pcre_find` (with shorthand `m`)
and `pcre_subst` (with shorthand `s`).
-### `pcre_match` function ###
+### `pcre_find` function ###
-`pcre_match` is similar to builtin `findstring` function, but it takes PCRE
+`pcre_find` is similar to builtin `findstring` function, but it takes PCRE
pattern instead substring as first argument:
$(pcre_find PATTERN,IN)