Skip to content

Commit 2502a9c

Browse files
Update README.md
1 parent f6020c6 commit 2502a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2789-counter-ii/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/counter-ii">2789. Counter II</a></h2><h3>Easy</h3><hr><p>Write a function&nbsp;<code>createCounter</code>. It should accept an initial integer&nbsp;<code>init</code>. It should return an object with three functions.</p>
1+
<h2><a href="https://leetcode.com/problems/counter-ii">2789. Counter II</a></h2><img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /><hr><p>Write a function&nbsp;<code>createCounter</code>. It should accept an initial integer&nbsp;<code>init</code>. It should return an object with three functions.</p>
22

33
<p>The three functions are:</p>
44

0 commit comments

Comments
 (0)