Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgrosser authored Dec 20, 2022
1 parent efc7108 commit 6130455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apt-get install libimlib2 libimlib2-dev
```ruby
# bounding box 400x300
image = Rszr::Image.load('image.jpg')
image.resize(400, 300)
image.resize!(400, 300)

# save it
image.save('resized.jpg')
Expand Down

0 comments on commit 6130455

Please sign in to comment.