From d863ebff001bf3cccccda4d8a55d466256b3a2c2 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 28 Mar 2019 16:09:12 +0100 Subject: [PATCH] readme: Added the donations plugin to the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b079354..60fe501 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Community curated plugins for c-lightning. | Name | Short description | |-----------------------------------|--------------------------------------------------------------| +| [donations][donations] | A simple donations page to accept donations from the web | | [persistent-channels][pers-chans] | Maintains a number of channels to peers | | [probe][probe] | Regularly probes the network for stability | | [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | @@ -15,3 +16,4 @@ Community curated plugins for c-lightning. [probe]: https://github.com/lightningd/plugins/tree/master/probe [prometheus]: https://github.com/lightningd/plugins/tree/master/prometheus [summary]: https://github.com/lightningd/plugins/tree/master/summary +[donations]: https://github.com/lightningd/plugins/tree/master/donations