Skip to content

Commit

Permalink
Fix README.md (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuangongji committed Oct 22, 2020
1 parent a2ce567 commit 5aa499b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ Basic example in a web page
<script>
const one = 'beep boop',
other = 'beep boob blah',
color = '',
span = null;
color = '';
let span = null;
const diff = Diff.diffChars(one, other),
display = document.getElementById('display'),
Expand Down
Binary file modified images/node_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/web_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5aa499b

Please sign in to comment.