Skip to content

Commit 5aa499b

Browse files
author
yuangongji
authored
Fix README.md (#300)
1 parent a2ce567 commit 5aa499b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,9 @@ Basic example in a web page
167167
<script>
168168
const one = 'beep boop',
169169
other = 'beep boob blah',
170-
color = '',
171-
span = null;
170+
color = '';
171+
172+
let span = null;
172173
173174
const diff = Diff.diffChars(one, other),
174175
display = document.getElementById('display'),

images/node_example.png

-3.97 KB
Loading

images/web_example.png

-3.59 KB
Loading

0 commit comments

Comments
 (0)