Skip to content

Commit 65cb699

Browse files
committed
docs: update readme description
1 parent e3b911b commit 65cb699

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README_EN.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
<a href="https://opencollective.com/doocs-leetcode/backers/badge.svg" alt="backers on Open Collective"><img src="https://opencollective.com/doocs-leetcode/backers/badge.svg" /></a>
88
<a href="https://opencollective.com/doocs-leetcode/sponsors/badge.svg" alt="Sponsors on Open Collective"><img src="https://opencollective.com/doocs-leetcode/sponsors/badge.svg" /></a>
99
<a href="https://github.com/doocs/leetcode/blob/main/LICENSE"><img src="https://badgen.net/github/license/doocs/leetcode?color=green" alt="LICENSE"></a><br>
10-
<a href="https://github.com/doocs/leetcode/stargazers"><img src="https://badgen.net/github/stars/doocs/leetcode" alt="stars"></a>
11-
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://badgen.net/github/forks/doocs/leetcode" alt="forks"></a>
10+
<a href="https://github.com/doocs/leetcode/stargazers"><img src="https://badgen.net/github/stars/doocs/leetcode?color=cyan" alt="stars"></a>
11+
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://badgen.net/github/forks/doocs/leetcode?color=cyan" alt="forks"></a>
12+
<a href="https://github.com/doocs/leetcode"><img src="https://badgen.net/badge/⭐/GitHub/cyan" alt="github"></a>
13+
<a href="https://gitee.com/doocs/leetcode"><img src="https://badgen.net/badge/⭐/Gitee/cyan" alt="github"></a>
1214
<a href="http://makeapullrequest.com"><img src="https://badgen.net/badge/PRs/welcome/cyan" alt="PRs Welcome"></a>
1315
<a href="https://doocs.github.io/#/?id=how-to-join"><img src="https://badgen.net/badge/organization/join%20us/cyan" alt="open-source-organization"></a>
1416
</p>

lcci/16.09.Operations/README_EN.md

-3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ operations.divide(5, -2); //returns -2
3232
<p><strong>Note: </strong></p>
3333

3434
<ul>
35-
3635
<li>You can assume inputs are always valid, that is, e.g., denominator will not be 0 in division.</li>
37-
3836
<li>The number of calls will not exceed 1000.</li>
39-
4037
</ul>
4138

4239
## Solutions

0 commit comments

Comments
 (0)