From 080b2bcaf8c82784b279c0e5d3b4cccb6a17f65b Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 26 Mar 2019 12:44:47 +0100 Subject: [PATCH] readme: Added Rusty's summary plugin to the README Signed-off-by: Christian Decker --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a0b31d..b079354 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Community curated plugins for c-lightning. | [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 | - +| [summary][summary] | Print a nice summary of the node status | [pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels [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