diff --git a/README.md b/README.md index 2a88ec6..c14c5f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-The companion browser extension for c-lightning nodes.
+The companion browser extension for c-lightning, Eclair and Ptarmigan nodes.
@@ -15,9 +15,9 @@ - [`webln`](https://webln.dev/#/) support; - Pay highlighted invoice with a context menu click; - Handle `lightning:` links; -- [“Generate invoice here”](https://youtu.be/wzkxxz5FsJo) context menu; +- ["Generate invoice here"](https://youtu.be/wzkxxz5FsJo) context menu; - Manual payments and invoice creation; -- No popups, all interactions happen in the browserAction. +- No window popups, all interactions happen in the `browserAction` popup.
@@ -25,11 +25,15 @@ ### Requirements -A [lightningd](https://github.com/ElementsProject/lightning/) with a [Spark](https://github.com/shesek/spark-wallet) [RPC server](https://github.com/fiatjaf/sparko) in front of it. +Either + + * a [lightningd](https://github.com/ElementsProject/lightning/) node with a [Spark](https://github.com/shesek/spark-wallet) [RPC server](https://github.com/fiatjaf/sparko) in front of it; + * an [Eclair](https://github.com/ACINQ/eclair) node with the [API](https://github.com/ACINQ/eclair#configuring-eclair) enabled and accessible; + * a [Ptarmigan](https://github.com/nayutaco/ptarmigan) node with the [REST API Node.js app](https://github.com/nayutaco/ptarmigan/blob/master/docs/howtouse_rest_api.md) running. ### Build instructions -You'll need: Node.js>=10, npm>=6, GNU Make>=4 +You'll need: Node.js>=10, npm, Make ``` npm install diff --git a/static/manifest.json b/static/manifest.json index eddf401..178d3c9 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -8,7 +8,7 @@ }, "manifest_version": 2, "name": "kWh", - "description": "Make lightning payments in the browser with c-lightning", + "description": "Send and receive Lightning payments in the browser with c-lightning, Eclair or Ptarmigan.", "version": "0.5.0", "author": "fiatjaf", "icons": {