From 76f58fa6c260986279efe5feb43f1fe19d87c57b Mon Sep 17 00:00:00 2001 From: samepant Date: Sun, 20 Sep 2020 18:07:05 -0700 Subject: [PATCH] readme link insert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e116433..5053615 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Conducting a simple multi-signature transaction using the [gaiacli](https://hub. This app is a little stop gap that makes creating and signing multi-sig transactions a little simpler while we wait for some upcoming developments in the cosmos dev world. It does this by wrapping the gaiacli in its own little [node.js module](https://github.com/samepant/cosmos-multisig-ui/blob/master/lib/gaiaWrap.js), making it available to whatever node.js app we can imagine, and in this case it's a small next.js app that walks through the multi-sig creation and signing process. -At the moment the app reduces the need for direct command line interaction to a single command per signer, and there are plans to eliminate those as well below. +At the moment the app reduces the need for direct command line interaction to a single command per signer, and there are [plans to eliminate those as well below](https://github.com/samepant/cosmos-multisig-ui#future-enhancements). ## Install / Running