Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartko-s committed Jan 19, 2014
1 parent f5078b3 commit cce8582
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Instalation using Composer
Usage
-----

This is original image
This is the original image

<img src="./doc/images/source.jpeg" />

Expand All @@ -37,7 +37,7 @@ $resizer->sourceImage($sourceImage)
->save($outputDir, $name);
```

This is output
This is the output

<img src="./doc/images/resize.jpeg" />

Expand All @@ -52,7 +52,7 @@ $resizer->sourceImage($sourceImage)
->save($outputDir, $name);
```

This is output
This is the output

<img src="./doc/images/adaptive-resize.jpeg" />

Expand All @@ -67,11 +67,11 @@ $resizer->sourceImage($sourceImage)
->save($outputDir, $name);
```

This is output
This is the output

<img src="./doc/images/pad.jpeg" />

- pad and change background image
- pad and change background color

```
$width = 350;
Expand All @@ -83,7 +83,7 @@ $resizer->sourceImage($sourceImage)
->save($outputDir, $name);
```

This is output
This is the output

<img src="./doc/images/pad-2.jpeg" />

Expand All @@ -103,7 +103,7 @@ $resizer->sourceImage($sourceImage)
->save($outputDir, $name);
```

This is output
This is the output

<img src="./doc/images/watermark.jpeg" />

Expand Down

0 comments on commit cce8582

Please sign in to comment.