Update README

Fix readme syntax for the regex example
This commit is contained in:
Md. Sany Ahmed 2018-03-26 21:28:20 +06:00 committed by GitHub
parent 6278908aa9
commit cb28b14cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ lowercase character `f`, followed by lowercase character `a`, followed by a `t`
[Test the regular expression](https://regex101.com/r/y4Au4D/8)
<pre>
"\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.
"\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.
</pre>
[Test the regular expression](https://regex101.com/r/OXYjxn/1)