From 96cdb2f114b0f5fe3b5d4e2cb56f1cd7dfe5f206 Mon Sep 17 00:00:00 2001 From: BitcoinZavior Date: Fri, 14 Jan 2022 21:30:22 -0500 Subject: [PATCH] updated readme and version --- Readme.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 1b8f6dd..8ef192c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Let there be Lightning! -`**rn-ltbl**` is a React Native module to add LND lightning node to mobile app. This is a simple library providing all LND commands from react native context. Onchain and offchain balances along with all LND commands including channel management. There is no need to build mobile binaries and add them to the project as the latest LND version has already been built for IOS and Android and configured and packaged with the module. This module has been built to make implementing lightning in mobile apps simple for developers in addtion, for users it eliminates the need to have their own node. This allows for fully non custodial lightning network implementation. +`rn-ltbl` is a React Native module to add LND lightning node to mobile app. This is a simple library providing all LND commands from react native context. Onchain and offchain balances along with all LND commands including channel management. There is no need to build mobile binaries and add them to the project as the latest LND version has already been built for IOS and Android and configured and packaged with the module. This module has been built to make implementing lightning in mobile apps simple for developers in addtion, for users it eliminates the need to have their own node. This allows for fully non custodial lightning network implementation. This is an ⍺ release please use with caution and use on mainnet at your own risk, no guarantees! @@ -25,13 +25,13 @@ This module has been inspired by many projects out there in the wild, some of wh Using npm: ```bash -$ npm install rn-ltbl, react-native-randombytes, react-native-keychain +$ npm install rn-ltbl react-native-randombytes react-native-keychain ``` Using yarn: ```bash -$ yarn add rn-ltbl, react-native-randombytes, react-native-keychain +$ yarn add rn-ltbl react-native-randombytes react-native-keychain ``` [IOS Only] Install pods: diff --git a/package-lock.json b/package-lock.json index fa482df..40968f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rn-ltbl", - "version": "0.1.0", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a12647a..91ef05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-ltbl", - "version": "0.0.1", + "version": "0.0.2", "description": "test", "main": "src/lightning.ts", "types": "dist/lightning.d.ts",