diff --git a/README.md b/README.md index 57ea24a..04f651a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Once you understand some basics of that syntax, regular expressions become a lot 3. A Regex can have comments! ( # Like this in .NET ( or like (?#this comment) in ECMAScript ) ). 4. You don't have to do it all in one expression! -Irregular comes with 146 useful [named expressions](SavedPatterns.md), and lets you create more. +Irregular comes with 147 useful [named expressions](SavedPatterns.md), and lets you create more. To see the expressions that ship with Irregular, run: diff --git a/docs/README.md b/docs/README.md index f7fe75f..fe1309d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,7 +32,7 @@ Once you understand some basics of that syntax, regular expressions become a lot 3. A Regex can have comments! ( # Like this in .NET ( or like (?#this comment) in ECMAScript ) ). 4. You don't have to do it all in one expression! -Irregular comes with 146 useful [named expressions](SavedPatterns.md), and lets you create more. +Irregular comes with 147 useful [named expressions](SavedPatterns.md), and lets you create more. To see the expressions that ship with Irregular, run: