update
[m6w6/repo-template] / presets / README.md
index 2e9e9800e8cbf171ca780990d42e99dcf4b44de7..d4a36df9a78ce2ffd603bf7073865645ee9b932c 100644 (file)
@@ -4,7 +4,13 @@
 
 [![Build Status](https://travis-ci.org/m6w6/<?=$REPO?>.svg?branch=master)](https://travis-ci.org/m6w6/<?=$REPO?>)
 
-...
+## Documentation
+
+<?php if (isset($PECL)) : ?>
+See the [online markdown reference](https://mdref.m6w6.name/<?=$PECL=?>).
+
+Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO).
+<?php endif; ?>
 
 ## Installing
 <?php if (isset($COMPOSER)) : ?>