Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Jan 23, 2019
1 parent b740a6c commit f7cc292
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ gm('/path/to/my/img.jpg')

Subclass `gm` to enable ImageMagick 7+

```
```js
var fs = require('fs')
, gm = require('gm').subClass({imageMagick: '7+'});

...
```


Expand Down

0 comments on commit f7cc292

Please sign in to comment.