Skip to content

Commit 1d9885c

Browse files
committed
Include build indicator
1 parent f437512 commit 1d9885c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A minimal PHP client for generating [Thumbor][1] URLs.
44

5+
[![Build Status](https://travis-ci.org/99designs/phumbor.png)](https://travis-ci.org/99designs/phumbor)
6+
57
## Usage
68

79
You construct a `Thumbor\Url` using a `Thumbor\Url\Builder`:
@@ -27,12 +29,12 @@ echo $thumbnailUrlFactory
2729
->fromUrl('http://images.example.com/llamas.jpg')
2830
->fitIn(640, 480)
2931
->addFilter('fill', 'green');
30-
32+
3133
echo $thumbnailUrlFactory
3234
->fromUrl('http://images.example.com/butts.png')
3335
->crop(20, 20, 300, 300)
3436
->valign('middle');
35-
37+
3638
// etc
3739
```
3840

0 commit comments

Comments
 (0)