Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Dec 14, 2011
1 parent f6c4c52 commit aab1667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ gm(readStream, 'img.jpg')
this.write('/path/to/resized.jpg', function (err) {
if (!err) console.log('done');
});
}
});

````

Expand Down Expand Up @@ -225,8 +225,8 @@ or clone the repo:
- **write** - writes the processed image data to the specified filename
- **stream** - provides a ReadableStream with the processed image data

## Node version
Compatible with > v0.1.96
## Contributors
[https://github.com/aheckmann/gm/network/members](https://github.com/aheckmann/gm/network/members)

## Inspiration
http://github.com/quiiver/magickal-node
Expand Down

0 comments on commit aab1667

Please sign in to comment.