Skip to content

Commit 68729a1

Browse files
StartAutomatingStartAutomating
authored andcommitted
Create FUNDING.yml
1 parent bd68b48 commit 68729a1

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

docs/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once you understand some basics of that syntax, regular expressions become a lot
3232
3. A Regex can have comments! ( # Like this in .NET ( or like (?#this comment) in ECMAScript ) ).
3333
4. You don't have to do it all in one expression!
3434

35-
Irregular comes with 137 useful [named expressions](SavedPatterns.md), and lets you create more.
35+
Irregular comes with 138 useful [named expressions](SavedPatterns.md), and lets you create more.
3636

3737
To see the expressions that ship with Irregular, run:
3838

@@ -150,9 +150,3 @@ string: 'hello'
150150
}
151151
}
152152
~~~
153-
154-
155-
156-
157-
158-

0 commit comments

Comments
 (0)