Bhupesh-V/30-seconds-of-cpp

README has incorrect link name

thamara opened this issue · 1 comments

On README, the link name for the equal_range.md is incorrect:

<li><a href="algorithm/equal_range.md"><code>lower_bound</code></a></li>
<li><a href="algorithm/lower_bound.md"><code>lower_bound</code></a></li>

Fixed in PR #439.