Skip to content

Commit cb28b14

Browse files
authored
Update README
Fix readme syntax for the regex example
1 parent 6278908 commit cb28b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ lowercase character `f`, followed by lowercase character `a`, followed by a `t`
379379
[Test the regular expression](https://regex101.com/r/y4Au4D/8)
380380

381381
<pre>
382-
"\bfat" => The <a href="#learn-regex"><strong>fat</strong></a> cat. sat. on the mat with the <a href="#learn-regex"><strong>fat</strong>ty cat.
382+
"\bfat" => The <a href="#learn-regex"><strong>fat</strong></a> cat. sat. on the mat with the<a href="#learn-regex<strong>fat</strong></a>ty cat.
383383
</pre>
384384

385385
[Test the regular expression](https://regex101.com/r/OXYjxn/1)

0 commit comments

Comments
 (0)