Skip to content

Commit

Permalink
Fix broken build from new markdownlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pzelnip committed Nov 3, 2019
1 parent 7dc6526 commit fd8585a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/screencap-site-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Some false leads that didn't quite work (
It's a pretty simple tool -- give it two images, and it spits out a similarity score. For example:

```shell
$ image-diffr test_cropped.png test2_cropped.png
image-diffr test_cropped.png test2_cropped.png

✓ Image 1 scanned OK:
--> Source: /home/vagrant/test_cropped.png
Expand All @@ -134,7 +134,7 @@ are the same (0 being identical, and 1 being completely different). Cool, let's
screen caps of the homepage:

```shell
$ vagrant@ubuntu-xenial:~$ image-diffr test1.png test2.png
vagrant@ubuntu-xenial:~$ image-diffr test1.png test2.png

✓ Image 1 scanned OK:
--> Source: /home/vagrant/test1.png
Expand Down

0 comments on commit fd8585a

Please sign in to comment.