Skip to content

Commit 7ecb9f4

Browse files
committed
Update api docs config and readme
1 parent ceaef02 commit 7ecb9f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ while ($response && count($response->records) != 0) {
4747
}
4848
```
4949

50-
### To generate documentation
50+
### API documentation
51+
52+
API documentation can be generated using e.g. [Sami](https://github.com/fabpot/sami),
53+
which is included in the dev requirements of `composer.json`.
5154

5255
php vendor/bin/sami.php update sami.config.php -v
5356

54-
```
57+
You can view it at [scriptotek.github.io/php-sru-client](//scriptotek.github.io/php-sru-client/)

0 commit comments

Comments
 (0)