diff --git a/README.md b/README.md index d34f471..7c16af7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You are given two non-empty linked lists representing two non-negative integers. You may assume the two numbers do not contain any leading zero, except the number 0 itself. ## Example 1: -()[https://assets.leetcode.com/uploads/2020/10/02/addtwonumber1.jpg$0] +![](https://assets.leetcode.com/uploads/2020/10/02/addtwonumber1.jpg$0) Input: l1 = [2,4,3], l2 = [5,6,4]