diff --git a/README.md b/README.md
index 0c0f4fa..0fa97cc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# LeetCode Progress
-### Solved: 119/3312
+### Solved: 120/3312
[░░░░░░░░░░░░░░░░░░░░] 3%
@@ -62,7 +62,7 @@
| 54 | ❌ [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/description/) | 51.5% | Medium |
| 55 | ❌ [Jump Game](https://leetcode.com/problems/jump-game/description/) | 38.8% | Medium |
| 56 | ✔️ [Merge Intervals](https://leetcode.com/problems/merge-intervals/description/) | 48.0% | Medium |
-| 57 | ❌ [Insert Interval](https://leetcode.com/problems/insert-interval/description/) | 42.3% | Medium |
+| 57 | ✔️ [Insert Interval](https://leetcode.com/problems/insert-interval/description/) | 42.3% | Medium |
| 58 | ✔️ [Length of Last Word](https://leetcode.com/problems/length-of-last-word/description/) | 53.9% | Easy |
| 59 | ❌ [Spiral Matrix II](https://leetcode.com/problems/spiral-matrix-ii/description/) | 72.2% | Medium |
| 60 | ❌ [Permutation Sequence](https://leetcode.com/problems/permutation-sequence/description/) | 48.2% | Hard |