Skip to content

Commit e041409

Browse files
committed
improve link to docs
1 parent 038d46d commit e041409

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ $ composer install
5555
$ ./try1.php ~/pics/k2.jpg x.tif
5656
```
5757

58-
See `examples/`.
58+
We have a [full set of formatted API docs
59+
here](docs/classes/Jcupitt.Vips.Image.html).
5960

6061
### Introduction to the API
6162

@@ -108,7 +109,8 @@ $image->writeToFile("fred.jpg", ["Q" => 90]);
108109
$ vendor/bin/phpdoc
109110
```
110111

111-
And look in `docs/`.
112+
And look in `docs/`. You can [browse these docs online
113+
too](docs/classes/Jcupitt.Vips.Image.html).
112114

113115
There are around 300 operations in the library, see the vips docs for an
114116
introduction:

0 commit comments

Comments
 (0)