From acb921f0fcbd119b595d657c2c4fe306822d2092 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Sat, 16 Jul 2022 00:04:58 +0530 Subject: [PATCH] docs: updated readme. --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cc07dea..b56d03e 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,24 @@ ## Table of Content -- Introduction +- Packages - How to Use - How Contribute - License -## Introduction +## Packages The repository is managed as monorepo, and it contains the following packages: -- clightning_rpc: The RPC wrapper around the core lightning API. -- cln_plugin: A library to write extensible plugin in dart for core lightning. +| Package | Description | Version | +|----------------|------------------------------------------------------------------|------------| +| cln_common | A package that provides common interface for the monorepo. | unreleased | +| clightning_rpc | An RPC wrapper around the core lightning API. | unreleased | +| cln_plugin | A library to write extensible plugin in dart for core lightning. | unreleased | -## How Contribute +## How to contribute -Read out [Hacking guide](#TODO) +Read our [Hacking guide](#TODO) ## License