Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

README.md: Use the SVG badge. #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# image-diff [![Build status](https://travis-ci.org/uber/image-diff.png?branch=master)](https://travis-ci.org/uber/image-diff)
# image-diff [![Build status](https://travis-ci.org/uber/image-diff.svg?branch=master)](https://travis-ci.org/uber/image-diff)

Create image differential between two images

Expand All @@ -19,7 +19,7 @@ Please install this before continuing.
### Setup
Install the module with: `npm install image-diff`

```javascript
```js
var imageDiff = require('image-diff');
imageDiff({
actualImage: 'checkerboard.png',
Expand Down