Skip to content

Commit b545bae

Browse files
committed
add links to the API docs
1 parent 0db1dec commit b545bae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
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+
See `examples/`. We have a [complete set of formatted API
59+
docs](https://jcupitt.github.io/php-vips/docs/classes/Jcupitt.Vips.Image.html).
5960

6061
### Introduction to the API
6162

@@ -102,7 +103,7 @@ For example:
102103
$image->writeToFile("fred.jpg", ["Q" => 90]);
103104
```
104105

105-
`php-vips` comes with full API docs, run:
106+
`php-vips` comes [with full API docs](https://jcupitt.github.io/php-vips/docs/classes/Jcupitt.Vips.Image.html). To regenerate these from your sources, type:
106107

107108
```
108109
$ vendor/bin/phpdoc

0 commit comments

Comments
 (0)