fix
[m6w6/repo-template] / presets / README.md
index 2e9e9800e8cbf171ca780990d42e99dcf4b44de7..8939e37ee5d3d650a3131bb79c427e81eb4a1d52 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)) : ?>